|
|
|
@ -95,6 +95,17 @@ |
|
|
|
</FormItem> |
|
|
|
</Col> |
|
|
|
</Row> |
|
|
|
<Row :gutter="32" > |
|
|
|
<Col span="12"> |
|
|
|
<FormItem label="排名" prop="shoprank"> |
|
|
|
<Input |
|
|
|
v-model="form.shoprank" |
|
|
|
autocomplete="off" |
|
|
|
:maxlength="16" |
|
|
|
/> |
|
|
|
</FormItem> |
|
|
|
</Col> |
|
|
|
</Row> |
|
|
|
<Row :gutter="32"> |
|
|
|
|
|
|
|
<Col span="24"> |
|
|
|
@ -256,6 +267,7 @@ export default { |
|
|
|
if (this.type == "1") { |
|
|
|
// 编辑 |
|
|
|
this.submitLoading = true; |
|
|
|
delete this.form.products |
|
|
|
editShop(this.form).then((res) => { |
|
|
|
this.submitLoading = false; |
|
|
|
if (res.success) { |
|
|
|
|