Browse Source

分站管理序号去除-提交

lxh 5 months ago
parent
commit
2425605b8f
1 changed files with 6 additions and 6 deletions
  1. 6 6
      src/views/vent/safetyList/safetyList.data.ts

+ 6 - 6
src/views/vent/safetyList/safetyList.data.ts

@@ -1,12 +1,12 @@
 import { BasicColumn } from '/@/components/Table';
 
 export const columns: BasicColumn[] = [
-    {
-        title: '序号',
-        width: 60,
-        align: 'center',
-        customRender: ({ index }: { index: number }) => `${index + 1}`
-    },
+    // {
+    //     title: '序号',
+    //     width: 60,
+    //     align: 'center',
+    //     customRender: ({ index }: { index: number }) => `${index + 1}`
+    // },
     {
         title: '安装位置',
         dataIndex: 'strinstallpos',