fix:解决了git冲突

This commit is contained in:
KindSeven
2024-09-12 02:19:51 +08:00
3 changed files with 9 additions and 6 deletions

View File

@@ -55,10 +55,11 @@ const searchConfig = reactive([
label: '工单状态',
prop: 'requirementName',
props: {
placeholder: '请输入工单状态查询',
cacheKey: 'work_order_state',
placeholder: '请选择工单状态查询',
cacheKey: 'work_order_status',
clearable: true,
filterable: true,
filterable: true,
},
component: shallowRef(fvSelect),
}, {

View File

@@ -55,10 +55,11 @@ const searchConfig = reactive([
label: '工单状态',
prop: 'requirementName',
props: {
placeholder: '请输入工单状态查询',
cacheKey: 'work_order_state',
placeholder: '请选择工单状态查询',
cacheKey: 'work_order_status',
clearable: true,
filterable: true,
filterable: true,
},
component: shallowRef(fvSelect),
}, {

View File

@@ -55,10 +55,11 @@ const searchConfig = reactive([
label: '工单状态',
prop: 'requirementName',
props: {
placeholder: '请输入工单状态查询',
cacheKey: 'work_order_state',
placeholder: '请选择工单状态查询',
cacheKey: 'work_order_status',
clearable: true,
filterable: true,
filterable: true,
},
component: shallowRef(fvSelect),
}, {