Compare commits
No commits in common. "a4a77997479ce88a47836b4b4a58f4a0e3f5a652" and "e48b7c020343d27d56b6219f640f5f49173849fc" have entirely different histories.
a4a7799747
...
e48b7c0203
@ -12,9 +12,9 @@
|
|||||||
class="demo-form-inline"
|
class="demo-form-inline"
|
||||||
:label-width="'auto'"
|
:label-width="'auto'"
|
||||||
>
|
>
|
||||||
<el-form-item label="品牌编码" prop="code">
|
<el-form-item label="品牌编码" prop="brandCode">
|
||||||
<el-input
|
<el-input
|
||||||
v-model="formInline.code"
|
v-model="formInline.brandCode"
|
||||||
placeholder="请输入品牌编码"
|
placeholder="请输入品牌编码"
|
||||||
clearable
|
clearable
|
||||||
/>
|
/>
|
||||||
@ -124,7 +124,7 @@ const formInline = reactive({
|
|||||||
id: "",
|
id: "",
|
||||||
brandUrl:'',//商品图片
|
brandUrl:'',//商品图片
|
||||||
brandTitle: "",//商品名称
|
brandTitle: "",//商品名称
|
||||||
code:'',//商品编码
|
brandCode:'',//商品编码
|
||||||
// phoneNumber: "",//时间
|
// phoneNumber: "",//时间
|
||||||
// applicationNum:'',//申请数量
|
// applicationNum:'',//申请数量
|
||||||
// useNum:'',//使用数量
|
// useNum:'',//使用数量
|
||||||
|
Loading…
x
Reference in New Issue
Block a user