3
0
Fork 0

feat(goods): 商品配置添加自定义标签

This commit is contained in:
woody 2025-07-12 14:44:05 +08:00
parent ead1d43246
commit deddf3a0c2
3 changed files with 10 additions and 5 deletions

BIN
dist.zip Normal file

Binary file not shown.

View File

@ -492,13 +492,15 @@
/>
</el-form-item>
</el-col>
<el-col :span="24">
<el-form-item :label="'标签提示'">
<el-col :span="8">
<el-form-item label="自定义标签">
<el-input
v-model="form.warnMessage"
clearable
:disabled="methods == 0"
:placeholder="'请输入'"
:maxlength="4"
:minlength="2"
show-word-limit
/>
</el-form-item>
</el-col>

View File

@ -430,12 +430,15 @@
/>
</el-form-item>
</el-col>
<el-col :span="24">
<el-form-item :label="'标签提示'">
<el-col :span="8">
<el-form-item label="自定义标签">
<el-input
v-model="form.warnMessage"
clearable
:placeholder="'请输入'"
:maxlength="4"
:minlength="2"
show-word-limit
/>
</el-form-item>
</el-col>