Parcourir la source

设备位号功能

hfxc226 il y a 2 ans
Parent
commit
9c6ace3439
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      src/views/dashboard/MeasureLogReport.vue

+ 2 - 2
src/views/dashboard/MeasureLogReport.vue

@@ -128,7 +128,7 @@ export default {
           width: 120,
           dataIndex: 'totalNum'
         },
-        {
+        /* {
           title: '完成数量',
           width: 120,
           dataIndex: 'totalFinishNum'
@@ -142,7 +142,7 @@ export default {
           title: '完成率',
           width: 120,
           dataIndex: 'finishRate'
-        },
+        }, */
         {
           title: '操作',
           key: 'action',