|
@@ -200,11 +200,17 @@ export const columnsDetail: BasicColumn[] = [
|
|
|
},
|
|
|
];
|
|
|
export const columnsDetail130: BasicColumn[] = [
|
|
|
+ {
|
|
|
+ title: '安装位置',
|
|
|
+ dataIndex: 'strinstallpos',
|
|
|
+ key: 'strinstallpos',
|
|
|
+ width: 180,
|
|
|
+ align: 'center',
|
|
|
+ },
|
|
|
{
|
|
|
title: '煤矿名称',
|
|
|
dataIndex: 'mkmc',
|
|
|
key: 'mkmc',
|
|
|
- width: 180,
|
|
|
align: 'center',
|
|
|
},
|
|
|
{
|
|
@@ -776,11 +782,6 @@ export const deviceColumns130: BasicColumn[] = [
|
|
|
width: 100,
|
|
|
},
|
|
|
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
{
|
|
|
title: '复位',
|
|
|
dataIndex: 'fw',
|
|
@@ -816,6 +817,13 @@ export const deviceColumns130: BasicColumn[] = [
|
|
|
align: 'center',
|
|
|
width: 100,
|
|
|
},
|
|
|
+ {
|
|
|
+ title: '操作',
|
|
|
+ dataIndex: 'action',
|
|
|
+ width: 150,
|
|
|
+ align: 'center',
|
|
|
+ slots: { customRender: 'action' },
|
|
|
+ },
|
|
|
];
|
|
|
|
|
|
export const columnsOperate: BasicColumn[] = [
|