fix : 修复所属公司选择框

This commit is contained in:
2024-06-16 18:06:53 +08:00
parent 79171758f5
commit 7ffb689927
3 changed files with 17 additions and 5 deletions

View File

@@ -31,6 +31,8 @@ const searchConfig = reactive([
props: {
placeholder: '请选择分摊月份',
clearable: true,
type:'month',
valueFormat:"YYYY-MM-DD HH:mm:ss"
},
colProps: {}
},

View File

@@ -53,6 +53,15 @@ const searchConfig = ref([
clearable: true
}
},
{
label: '用户昵称',
prop: 'nickName',
component: 'el-input',
props: {
placeholder: '请输入',
clearable: true
}
},
{
label: '状态',
prop: 'state',