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:
commit
d1a1b5f31b
@ -11,21 +11,27 @@
|
||||
<a-col :md='5' :sm='15'>
|
||||
<a-form-item label='类型'>
|
||||
<a-select v-model='queryParam.typeName' placeholder='请选择类型'>
|
||||
<a-select-option value="1">
|
||||
<a-select-option :value="1">
|
||||
会议室
|
||||
</a-select-option>
|
||||
<a-select-option value="2">
|
||||
<a-select-option :value="2">
|
||||
路演厅
|
||||
</a-select-option>
|
||||
<a-select-option value="3">
|
||||
<a-select-option :value="3">
|
||||
洽谈室
|
||||
</a-select-option>
|
||||
<a-select-option value="4">
|
||||
<a-select-option :value="4">
|
||||
直播间
|
||||
</a-select-option>
|
||||
<a-select-option value="5">
|
||||
<a-select-option :value="5">
|
||||
茶室
|
||||
</a-select-option>
|
||||
<a-select-option :value="6">
|
||||
长阳会客厅
|
||||
</a-select-option>
|
||||
<a-select-option :value="7">
|
||||
多功能厅
|
||||
</a-select-option>
|
||||
</a-select>
|
||||
</a-form-item>
|
||||
</a-col>
|
||||
|
@ -51,6 +51,12 @@
|
||||
<a-select-option :value='5'>
|
||||
茶室
|
||||
</a-select-option>
|
||||
<a-select-option :value="6">
|
||||
长阳会客厅
|
||||
</a-select-option>
|
||||
<a-select-option :value="7">
|
||||
多功能厅
|
||||
</a-select-option>
|
||||
</a-select>
|
||||
</a-form-item>
|
||||
</a-col>
|
||||
|
@ -46,10 +46,10 @@
|
||||
</a-form-item>
|
||||
</a-col>
|
||||
<a-col :span='11'>
|
||||
<a-form-item v-if="form.type === '1' " :labelCol='labelCol' :wrapperCol='wrapperCol' label='时长'>
|
||||
<a-form-item v-if="mdl.type === 1 " :labelCol='labelCol' :wrapperCol='wrapperCol' label='时长'>
|
||||
<a-input placeholder='时长' v-decorator="['duration',{rules: [{ required: true, message: '时长'}]}]" />
|
||||
</a-form-item>
|
||||
<a-form-item v-if="form.type === '2' " :labelCol='labelCol' :wrapperCol='wrapperCol' label='折扣'>
|
||||
<a-form-item v-if="mdl.type === 2 " :labelCol='labelCol' :wrapperCol='wrapperCol' label='折扣'>
|
||||
<a-input placeholder='折扣' v-decorator="['discount',{rules: [{ required: true, message: '折扣'}]}]" />
|
||||
</a-form-item>
|
||||
</a-col>
|
||||
@ -316,7 +316,7 @@ export default {
|
||||
this.value = e.target.value
|
||||
},
|
||||
getType(value) {
|
||||
this.form.type = value
|
||||
this.mdl.type = value
|
||||
},
|
||||
onChange(date, dateString) {
|
||||
this.form.startTime = dateString[0]
|
||||
|
Loading…
x
Reference in New Issue
Block a user