Przeglądaj źródła

项目DVP表格拖拽问题修改补充

tianyiping 7 miesięcy temu
rodzic
commit
f9ceae4257
1 zmienionych plików z 2 dodań i 1 usunięć
  1. 2 1
      src/views/systemDVP/verify/dvpVerify.vue

+ 2 - 1
src/views/systemDVP/verify/dvpVerify.vue

@@ -405,7 +405,7 @@ export default {
 						on: {
 							dragging: (x, y) => {
                 if (this.editParam.testResult === 0) {
-								  col.width = Math.max(x, 50);
+								  col.width = Math.max(x, 100);
 							} else {
                   col.width = Math.max(x, 150); }
               }
@@ -596,6 +596,7 @@ export default {
         {
           title: () => this.$t('base.info.rectification-frequency'),
           width: 50,
+          dataIndex:'index',
           align: 'center',
           scopedSlots: {
             customRender: 'index'