fix:删除了历史工单工单状态搜索栏

This commit is contained in:
KindSeven
2024-09-27 14:12:41 +08:00
parent 459243bd80
commit c3d602e585

View File

@@ -52,16 +52,6 @@ const searchConfig = reactive([
checkStrictly: true
},
component: 'el-input',
}, {
label: '工单状态',
prop: 'orderState',
props: {
placeholder: '请选择工单状态查询',
cacheKey: 'work_order_status',
clearable: true,
filterable: true,
},
component: shallowRef(fvSelect),
}, {
label: '处理人',
prop: 'operationUser',