公共品牌字段修改
This commit is contained in:
parent
f7c1fa748a
commit
c74ba9a73e
@ -12,9 +12,9 @@
|
||||
class="demo-form-inline"
|
||||
:label-width="'auto'"
|
||||
>
|
||||
<el-form-item label="品牌编码" prop="brandCode">
|
||||
<el-form-item label="品牌编码" prop="code">
|
||||
<el-input
|
||||
v-model="formInline.brandCode"
|
||||
v-model="formInline.code"
|
||||
placeholder="请输入品牌编码"
|
||||
clearable
|
||||
/>
|
||||
@ -124,7 +124,7 @@ const formInline = reactive({
|
||||
id: "",
|
||||
brandUrl:'',//商品图片
|
||||
brandTitle: "",//商品名称
|
||||
brandCode:'',//商品编码
|
||||
code:'',//商品编码
|
||||
// phoneNumber: "",//时间
|
||||
// applicationNum:'',//申请数量
|
||||
// useNum:'',//使用数量
|
||||
|
Loading…
x
Reference in New Issue
Block a user