guarantee-lsq 2 年之前
父节点
当前提交
8580f8065f

+ 4 - 0
src/views/repair/application-form/modules/DetailRepair.vue

@@ -463,6 +463,10 @@ export default {
           title: '规格型号',
           dataIndex: 'ggxh'
         },
+        {
+          title: '更换数量',
+          dataIndex: 'num'
+        },
         {
           title: '更换日期',
           dataIndex: 'startDate'

+ 1 - 1
src/views/repair/application-form/modules/LongYanSelectSpareForm.vue

@@ -85,7 +85,7 @@ export default {
           title: '序号',
           key: 'index',
           align: 'center',
-          width: 50,
+          width: 90,
           scopedSlots: { customRender: 'index' }
         },
         {