mirror of
https://gitee.com/elegant_wings/dbd-meeting-html.git
synced 2025-06-21 04:29:36 +08:00
修改了对应优惠卷页面
This commit is contained in:
parent
7c32760af7
commit
edeb5b175d
@ -80,7 +80,7 @@
|
||||
</a-radio>
|
||||
<div>
|
||||
<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' />
|
||||
</div>
|
||||
</a-radio-group>
|
||||
@ -194,12 +194,12 @@ export default {
|
||||
},
|
||||
{
|
||||
title: '企业负责人',
|
||||
dataIndex: 'user.nickname',
|
||||
dataIndex: 'contacts',
|
||||
key: 'age'
|
||||
},
|
||||
{
|
||||
title: '联系电话',
|
||||
dataIndex: 'user.mobile'
|
||||
dataIndex: 'phone'
|
||||
},
|
||||
{
|
||||
title: '优惠劵数量',
|
||||
|
Loading…
x
Reference in New Issue
Block a user