Merge pull request 'master' (#229) from master into test
Reviewed-on: http://git.feashow.cn/feashow/SmartOpsWeb/pulls/229
This commit is contained in:
@@ -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: '姓名',
|
||||
|
||||
Reference in New Issue
Block a user