8/19 月报

This commit is contained in:
Zy
2026-08-19 08:48:36 +08:00
parent 0dfd541769
commit 144b9d9670
19 changed files with 455 additions and 235 deletions

View File

@@ -98,7 +98,7 @@
<el-col :span="12">
<el-form-item label="活动名额" prop="quota">
<div class="flex items-center">
<el-input-number v-model.trim.number="form.quota" :min="0" :max="99999999" placeholder="0代表无限" />
<el-input-number v-model.trim.number="form.quota" :min="0" :max="99999" placeholder="0代表无限" />
<span class="ml-2 text-gray-500 text-sm" style="font-size: 12px">(填 <strong>0</strong> 代表 <u>不限制名额</u> </span>
</div>
</el-form-item>