forked from angelo/web-retail-admin
feat(goods): 商品配置添加自定义标签
This commit is contained in:
parent
97ba4417cd
commit
607968e3d9
|
@ -492,13 +492,15 @@
|
||||||
/>
|
/>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
</el-col>
|
</el-col>
|
||||||
<el-col :span="24">
|
<el-col :span="8">
|
||||||
<el-form-item :label="'标签提示'">
|
<el-form-item label="自定义标签">
|
||||||
<el-input
|
<el-input
|
||||||
v-model="form.warnMessage"
|
v-model="form.warnMessage"
|
||||||
clearable
|
clearable
|
||||||
:disabled="methods == 0"
|
|
||||||
:placeholder="'请输入'"
|
:placeholder="'请输入'"
|
||||||
|
:maxlength="4"
|
||||||
|
:minlength="2"
|
||||||
|
show-word-limit
|
||||||
/>
|
/>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
</el-col>
|
</el-col>
|
||||||
|
|
|
@ -430,12 +430,15 @@
|
||||||
/>
|
/>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
</el-col>
|
</el-col>
|
||||||
<el-col :span="24">
|
<el-col :span="8">
|
||||||
<el-form-item :label="'标签提示'">
|
<el-form-item label="自定义标签">
|
||||||
<el-input
|
<el-input
|
||||||
v-model="form.warnMessage"
|
v-model="form.warnMessage"
|
||||||
clearable
|
clearable
|
||||||
:placeholder="'请输入'"
|
:placeholder="'请输入'"
|
||||||
|
:maxlength="4"
|
||||||
|
:minlength="2"
|
||||||
|
show-word-limit
|
||||||
/>
|
/>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
</el-col>
|
</el-col>
|
||||||
|
|
Loading…
Reference in New Issue