mirror of
https://gitee.com/elegant_wings/dbd-meeting-html.git
synced 2025-06-21 05:39:36 +08:00
修改了对应房间 秘书手机号
This commit is contained in:
parent
cd2e6792bc
commit
37b6d74438
@ -162,6 +162,12 @@
|
|||||||
</a-select>
|
</a-select>
|
||||||
</a-form-item>
|
</a-form-item>
|
||||||
</a-col>
|
</a-col>
|
||||||
|
<a-col :span='10'>
|
||||||
|
<a-form-item :labelCol='labelCol' :wrapperCol='wrapperCol' label='短信负责人'>
|
||||||
|
<a-input placeholder='短信负责人'
|
||||||
|
v-decorator="['expandNum',{rules: [{ required: true, message: '输入短信负责人' }]}]" />
|
||||||
|
</a-form-item>
|
||||||
|
</a-col>
|
||||||
</a-row>
|
</a-row>
|
||||||
<a-row>
|
<a-row>
|
||||||
<a-col :span='10'>
|
<a-col :span='10'>
|
||||||
@ -603,7 +609,8 @@ export default {
|
|||||||
'parkId',
|
'parkId',
|
||||||
'buildingId',
|
'buildingId',
|
||||||
'buildId',
|
'buildId',
|
||||||
'roomId'
|
'roomId',
|
||||||
|
'expandNum'
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user