|
|
@@ -42,6 +42,7 @@ export function getColumns(dynamicStatusMap: Ref<ProductionStatusMap>): BasicCol
|
|
|
title: '煤矿简称',
|
|
|
dataIndex: 'mineNameAbbr',
|
|
|
width: 100,
|
|
|
+ ifShow: false,
|
|
|
},
|
|
|
{
|
|
|
title: '生产状态',
|
|
|
@@ -126,6 +127,7 @@ export function getSearchFormSchema(dynamicStatusOptions: Ref<{ label: string; v
|
|
|
label: '煤矿简称',
|
|
|
component: 'Input',
|
|
|
colProps: { span: 6 },
|
|
|
+ show: false,
|
|
|
},
|
|
|
{
|
|
|
field: 'productionStatus',
|
|
|
@@ -173,6 +175,7 @@ export function getSearchFormSchema(dynamicStatusOptions: Ref<{ label: string; v
|
|
|
],
|
|
|
},
|
|
|
colProps: { span: 6 },
|
|
|
+ show: false,
|
|
|
},
|
|
|
];
|
|
|
}
|