修改了对应优惠卷页面

This commit is contained in:
chendaze 2024-03-25 16:29:21 +08:00
parent 7c32760af7
commit edeb5b175d

View File

@ -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: '优惠劵数量',