Browse Source

opc优化

hfxc226 2 years ago
parent
commit
2b080c0345
1 changed files with 4 additions and 4 deletions
  1. 4 4
      src/views/tool/tool-log/ToolLog.vue

+ 4 - 4
src/views/tool/tool-log/ToolLog.vue

@@ -125,26 +125,26 @@ export default {
           title: '备注',
           dataIndex: 'remark'
         },
-        {
+        /* {
           title: '创建人名称',
           dataIndex: 'createdUserName'
         },
         {
           title: '创建时间',
           dataIndex: 'createdTime'
-        },
+        }, */
         {
           title: '检测日期',
           dataIndex: 'checkDate'
         },
-        {
+        /* {
           title: '检定图片路径',
           dataIndex: 'imgPath'
         },
         {
           title: '检定文件路径',
           dataIndex: 'filePath'
-        },
+        }, */
         {
           title: '操作',
           key: 'action',