From 33e11211cd66d2be2a6d8268e89b951235f593a5 Mon Sep 17 00:00:00 2001
From: liushiwei <499672082@qq.com>
Date: Mon, 9 Oct 2023 15:32:52 +0800
Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/manifest.production.json | 2 +-
src/view/Home.vue | 7 ++++++-
src/view/product/NiubiCopy.vue | 5 +++--
3 files changed, 10 insertions(+), 4 deletions(-)
diff --git a/src/manifest.production.json b/src/manifest.production.json
index 1d7aa3d..7c5ab27 100644
--- a/src/manifest.production.json
+++ b/src/manifest.production.json
@@ -2,7 +2,7 @@
"manifest_version": 3,
"name": "TEMU助手",
"description": "TEMU助手 - 自动化提高生产效率",
- "version": "2.3.2",
+ "version": "3.0.0",
"background": {
"service_worker": "/background.js"
},
diff --git a/src/view/Home.vue b/src/view/Home.vue
index 1bd78eb..c57f3b5 100644
--- a/src/view/Home.vue
+++ b/src/view/Home.vue
@@ -58,8 +58,13 @@
商品管理
商品复制
+
+
+
+
+ 选品采集
+
智能复制
-
diff --git a/src/view/product/NiubiCopy.vue b/src/view/product/NiubiCopy.vue
index 3172503..efc51f3 100644
--- a/src/view/product/NiubiCopy.vue
+++ b/src/view/product/NiubiCopy.vue
@@ -282,8 +282,8 @@ const ImageEditor = require('tui-image-editor')
},
colConfigs: [
{ prop: 'url', label: '商品地址', align: 'left' },
- { prop: 'type', label: '来源', align: 'left',formart: v => this.$dict.getLabel('copy_from', v), },
- { prop: 'mallName', label: '店铺名称', align: 'left'},
+ { prop: 'type', label: '来源', width: '100px', align: 'left',format: v => this.$dict.getLabel('copy_from', v), },
+ { prop: 'mallName', label: '店铺名称', width: '200px', align: 'left'},
{ prop: 'createTime', label: '复制时间', width: '180px', fixed: 'right'}
],
tableData: [],
@@ -304,6 +304,7 @@ const ImageEditor = require('tui-image-editor')
created () {
this.$dict.load('copy_from');
+ this.getList()
},
methods: {