Преглед на файлове

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

tianyiping преди 7 месеца
родител
ревизия
f9ceae4257
променени са 1 файла, в които са добавени 2 реда и са изтрити 1 реда
  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'