新增限时折扣模块

This commit is contained in:
gyq
2025-10-22 16:55:19 +08:00
parent 71c852fcaa
commit dae7ced23c
6 changed files with 695 additions and 3 deletions

View File

@@ -13,8 +13,8 @@
</div>
</el-form-item>
<el-form-item label="金额" prop="amount">
<el-input v-model="form.amount" placeholder="请输入" :maxlength="8" show-word-limit
style="width: 350px;"></el-input>
<el-input v-model="form.amount" placeholder="请输入" :maxlength="8" show-word-limit style="width: 350px;"
@input="e => form.amount = filterNumberInput(e)"></el-input>
</el-form-item>
<el-form-item label="发行数量" prop="total">
<el-input v-model="form.total" placeholder="请输入" :maxlength="4" show-word-limit style="width: 350px;"