From 6e19fb9ba681721c9e827f079a2b38c4e3fb1288 Mon Sep 17 00:00:00 2001
From: peng <peng.com>
Date: 星期三, 29 十月 2025 14:30:09 +0800
Subject: [PATCH] 页面调整
---
seller/src/views/goods/goods-seller/goodsOperationSec.vue | 20 ++++++++++----------
1 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/seller/src/views/goods/goods-seller/goodsOperationSec.vue b/seller/src/views/goods/goods-seller/goodsOperationSec.vue
index 4b5e0cb..847423c 100644
--- a/seller/src/views/goods/goods-seller/goodsOperationSec.vue
+++ b/seller/src/views/goods/goods-seller/goodsOperationSec.vue
@@ -247,9 +247,9 @@
@on-change="editSkuItem(item.name, $index, item)">
</AutoComplete>
-<!-- <iSwitch v-if="$index === 0" style="margin-left: 10px" size="small"-->
-<!-- @on-change="changeSkuOpenImage" v-model="openImage"/>-->
-<!-- <span v-if="$index === 0" style="margin-left: 5px">娣诲姞瑙勬牸鍥剧墖</span>-->
+ <iSwitch v-if="$index === 0" style="margin-left: 10px" size="small"
+ @on-change="changeSkuOpenImage" v-model="openImage"/>
+ <span v-if="$index === 0" style="margin-left: 5px">娣诲姞瑙勬牸鍥剧墖</span>
</div>
</FormItem>
@@ -339,8 +339,8 @@
</Button>
</div>
- <!-- <Button class="add-sku-btn" size="small" type="warning" @click="handleClearSku">娓呯┖瑙勬牸椤�-->
- <!-- </Button>-->
+ <Button class="add-sku-btn" size="small" type="warning" @click="handleClearSku">娓呯┖瑙勬牸椤�
+ </Button>
</div>
</Panel>
<Panel name="2">
@@ -1518,11 +1518,11 @@
},
});
console.log("涓婁紶鎴愬姛", upData)
- this.$nextTick(() => {
- this.listImages.push(fileKey);
- this.showListImages.push(sts.data.endpoint + "/" + fileKey);
- this.baseInfoForm.goodsGalleryFiles.push(fileKey);
- })
+ // this.$nextTick(() => {
+ // this.listImages.push(fileKey);
+ // this.showListImages.push(sts.data.endpoint + "/" + fileKey);
+ // this.baseInfoForm.goodsGalleryFiles.push(fileKey);
+ // })
} catch (e) {
console.log("涓婁紶澶辫触", upData)
--
Gitblit v1.8.0