mirror of
https://gitee.com/elegant_wings/dbd-meeting-html.git
synced 2025-06-21 12:39:36 +08:00
修改了对应优惠卷页面
This commit is contained in:
parent
7c32760af7
commit
edeb5b175d
@ -80,7 +80,7 @@
|
|||||||
</a-radio>
|
</a-radio>
|
||||||
<div>
|
<div>
|
||||||
<a-input-number v-if='value === 2' placeholder='发送数量' @change='clickNumber'
|
<a-input-number v-if='value === 2' placeholder='发送数量' @change='clickNumber'
|
||||||
v-decorator="['num',{rules: [{ required: true, message: '结束日期'}]}]"
|
v-decorator="['num',{rules: [{ required: true, message: '数量不能为空'}]}]"
|
||||||
style='margin-top: 20px;width: 200px' />
|
style='margin-top: 20px;width: 200px' />
|
||||||
</div>
|
</div>
|
||||||
</a-radio-group>
|
</a-radio-group>
|
||||||
@ -194,12 +194,12 @@ export default {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: '企业负责人',
|
title: '企业负责人',
|
||||||
dataIndex: 'user.nickname',
|
dataIndex: 'contacts',
|
||||||
key: 'age'
|
key: 'age'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: '联系电话',
|
title: '联系电话',
|
||||||
dataIndex: 'user.mobile'
|
dataIndex: 'phone'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: '优惠劵数量',
|
title: '优惠劵数量',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user