mirror of
https://gitee.com/elegant_wings/dbd-meeting-html.git
synced 2025-06-21 02:09:37 +08:00
1
This commit is contained in:
parent
5d1a772c36
commit
6d971e3b85
@ -2,7 +2,7 @@
|
||||
<a-modal
|
||||
:title="mdl.id>0?'编辑':'新增'"
|
||||
style='top: 20px'
|
||||
:width='1000'
|
||||
width='1200px'
|
||||
v-model='visible'
|
||||
:confirmLoading='confirmLoading'
|
||||
|
||||
@ -243,7 +243,7 @@
|
||||
</a-row>
|
||||
<a-row>
|
||||
<a-col :span='10'>
|
||||
<a-form-item :labelCol='labelCol' :wrapperCol='wrapperCol' label='室内图片url'>
|
||||
<a-form-item :labelCol='labelCol' :wrapperCol='wrapperCol' label='室内图片'>
|
||||
<!-- <a-input placeholder="室内图片url" v-decorator="['indoorPicUrl']" />-->
|
||||
<a-upload
|
||||
v-decorator="['indoorPicUrl']"
|
||||
@ -289,7 +289,7 @@ export default {
|
||||
visible: false,
|
||||
labelCol: {
|
||||
xs: { span: 24 },
|
||||
sm: { span: 5 }
|
||||
sm: { span: 8 }
|
||||
},
|
||||
uploadUrl: process.env.VUE_APP_API_BASE_URL + '/api/dfs/upload',
|
||||
imageUrl: '',
|
||||
@ -301,7 +301,7 @@ export default {
|
||||
|
||||
roomList: [],
|
||||
wrapperCol: {
|
||||
xs: { span: 24 },
|
||||
xs: { span: 35 },
|
||||
sm: { span: 16 }
|
||||
},
|
||||
confirmLoading: false,
|
||||
|
Loading…
x
Reference in New Issue
Block a user