Sfoglia il codice sorgente

设备位号功能

hfxc226 2 anni fa
parent
commit
9c6ace3439
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  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',