Procházet zdrojové kódy

修改质检方案点击质检项的时候需要显示参数单位

PC-202503171525\Administrator před 1 rokem
rodič
revize
21199a5ba5

+ 1 - 1
src/views/inspectionTemplate/AddorUpdate.vue

@@ -75,7 +75,7 @@
                 {{ row.defaultValue }}
               </div>
 
-              {{ row.unit }}
+              {{ row.unitName }}
             </div>
           </template>
 

+ 7 - 0
src/views/inspectionTemplate/inspectionClassify/index.vue

@@ -174,6 +174,13 @@
             align: 'center',
             minWidth: 150
           },
+          {
+            prop: 'unitName',
+            slot: 'unitName',
+            label: '参数单位',
+            align: 'center',
+            minWidth: 150
+          },
 
           // {
           //   label: '工艺要求',