generated from Leo_Ding/web-template
修改文字
This commit is contained in:
parent
28a8f9cedf
commit
f847ea8f35
@ -47,8 +47,8 @@
|
|||||||
</a-form-item>
|
</a-form-item>
|
||||||
</a-col>
|
</a-col>
|
||||||
<a-col :span="12">
|
<a-col :span="12">
|
||||||
<a-form-item :label="'兑换次数上限'" name="canNum">
|
<a-form-item :label="'单人兑换次数上限'" name="canNum">
|
||||||
<a-input-number :placeholder="'请输入兑换次数上限'" style="width: 100%;"
|
<a-input-number :placeholder="'请输入单人兑换次数上限'" style="width: 100%;"
|
||||||
v-model:value="formData.canNum"></a-input-number>
|
v-model:value="formData.canNum"></a-input-number>
|
||||||
</a-form-item>
|
</a-form-item>
|
||||||
</a-col>
|
</a-col>
|
||||||
@ -160,7 +160,7 @@ formRules.value = {
|
|||||||
sequence: [{ required: true, message: '请输入排序' }],
|
sequence: [{ required: true, message: '请输入排序' }],
|
||||||
stock: [{ required: true, message: '请输入已兑数量' }],
|
stock: [{ required: true, message: '请输入已兑数量' }],
|
||||||
maxNum: [{ required: true, message: '请输入兑换数量上限' }],
|
maxNum: [{ required: true, message: '请输入兑换数量上限' }],
|
||||||
canNum: [{ required: true, message: '请输入兑换次数上限' }],
|
canNum: [{ required: true, message: '请输入单人兑换次数上限' }],
|
||||||
// details: [{ required: true, message: '请输入详情' }],
|
// details: [{ required: true, message: '请输入详情' }],
|
||||||
isHot: [{ required: true, message: '请选择是否热门' }],
|
isHot: [{ required: true, message: '请选择是否热门' }],
|
||||||
areaId: [{ required: true, message: '请选择所属区域' }],
|
areaId: [{ required: true, message: '请选择所属区域' }],
|
||||||
|
|||||||
@ -134,7 +134,7 @@ const columns = [
|
|||||||
{ title: '已兑', dataIndex: 'stock', width: 100, align: 'center' },
|
{ title: '已兑', dataIndex: 'stock', width: 100, align: 'center' },
|
||||||
{ title: '排序', dataIndex: 'sequence', width: 100, align: 'center' },
|
{ title: '排序', dataIndex: 'sequence', width: 100, align: 'center' },
|
||||||
{ title: '兑换数量上限', dataIndex: 'maxNum', width: 120 },
|
{ title: '兑换数量上限', dataIndex: 'maxNum', width: 120 },
|
||||||
{ title: '兑换次数上限', dataIndex: 'canNum', width: 120 },
|
{ title: '单人兑换次数上限', dataIndex: 'canNum', width: 120 },
|
||||||
{ title: '详情', dataIndex: 'details', align: 'center', width: 100 },
|
{ title: '详情', dataIndex: 'details', align: 'center', width: 100 },
|
||||||
// { title: '是否热门', dataIndex: 'isHot', align: 'center', width: 100 },
|
// { title: '是否热门', dataIndex: 'isHot', align: 'center', width: 100 },
|
||||||
{ title: '所属区域', dataIndex: 'areaId', width: 90, align: 'center' },
|
{ title: '所属区域', dataIndex: 'areaId', width: 90, align: 'center' },
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user