|
@@ -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,
|
|
|
- },
|
|
|
- ];
|
|
|
-};
|