diff --git a/src/views/task-management/historical-work-order/index.vue b/src/views/task-management/historical-work-order/index.vue index 92a1138..c285329 100644 --- a/src/views/task-management/historical-work-order/index.vue +++ b/src/views/task-management/historical-work-order/index.vue @@ -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',