tangning 6 月之前
父節點
當前提交
a49c68f914
共有 1 個文件被更改,包括 1 次插入16 次删除
  1. 1 16
      src/views/productOperation/data.ts

+ 1 - 16
src/views/productOperation/data.ts

@@ -603,7 +603,7 @@ export const getVrColumns = () => {
           return '-';
         }
         // 切图状态:-1切图失败 0等待中 1 排队 2切图中 3切图完成
-        let obj = {
+        const obj = {
           '-1': '切图失败',
           '0': '等待中',
           '1': '排队中',
@@ -624,18 +624,3 @@ export const getVrColumns = () => {
     },
   ];
 };
-        }
-        return (record && record.addressComponent && record.addressComponent.city) || '-'; // + district + township;
-      },
-    },
-    {
-      title: '操作',
-      dataIndex: 'action',
-      slots: { customRender: 'action' },
-      ifShow: true,
-      fixed: 'right',
-      flag: 'ACTION',
-      width: 280,
-    },
-  ];
-};