fix : 修复页面细节

This commit is contained in:
2024-05-30 20:04:57 +08:00
parent 29a019b32a
commit 8c6da666d5
9 changed files with 433 additions and 146 deletions

View File

@@ -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)