fix : 修复页面细节
This commit is contained in:
@@ -38,7 +38,17 @@ const searchConfig = reactive([
|
||||
filterable: true,
|
||||
cacheKey: 'todo_type'
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
label: '状态',
|
||||
prop: 'state',
|
||||
component: shallowRef(fvSelect),
|
||||
props: {
|
||||
placeholder: '请选择状态',
|
||||
clearable: true,
|
||||
cacheKey: 'demand_collection'
|
||||
}
|
||||
},
|
||||
])
|
||||
const tableIns = ref()
|
||||
const userInfo = ref(authStore.userinfo)
|
||||
|
||||
Reference in New Issue
Block a user