Merge pull request 'feat(address-book-management): 添加班组信息字段' (#228) from dj into master

Reviewed-on: http://git.feashow.cn/feashow/SmartOpsWeb/pulls/228
This commit is contained in:
2025-01-15 14:57:30 +00:00

View File

@@ -105,6 +105,18 @@ const formSchema = computed(() => {
clearable: true,
}
},
{
label: '班组信息',
prop: 'team',
component: 'el-input',
colProps: {
span: 24
},
props: {
placeholder: '请输入班组信息',
clearable: true,
}
},
{
label: '姓名',
prop: 'name',
@@ -220,6 +232,11 @@ const addressBookTableConfig = reactive({
label: '拨打单位',
align: 'center'
},
{
prop: 'team',
label: '班组信息',
align: 'center'
},
{
prop: 'name',
label: '姓名',