From 4b7982ef1f51423140366a418380c224c3db8d9e Mon Sep 17 00:00:00 2001 From: xh-pan1 Date: Sat, 20 Jan 2024 06:29:39 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=9A=E8=AF=AD=E8=A8=80=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../canvasShow/basics/header/pc/index.vue | 8 +- canvas-container/styles/theme/index.css | 10 +- src/App.vue | 17 +- src/api/privacy.js | 10 +- src/components/Breadcrumb/index.vue | 11 +- src/components/Tinymce/index.vue | 3 +- src/layout/components/Navbar.vue | 7 +- src/layout/components/Sidebar/Logo.vue | 9 +- src/layout/components/Sidebar/SidebarItem.vue | 6 +- src/locales/en.json | 676 ++++++++++++++------ src/locales/zh-CN.json | 684 +++++++++++++++------ src/permission.js | 84 +-- src/router/index.js | 3 +- src/styles/elDialog.scss | 13 +- src/views/commodity/commdityClass/Edit.vue | 39 +- src/views/commodity/commdityClass/index.vue | 16 +- .../commodity/commodityList/commodityGroup.vue | 2 +- .../commodity/commoditySystem/addCommodity.vue | 635 ++++++++----------- .../commodity/commoditySystem/editSkuAttr.vue | 569 +++++++++++++++++ src/views/commodity/commoditySystem/index.vue | 2 +- src/views/customer/addClustering.vue | 2 +- src/views/customer/clusteringList/index.vue | 2 +- src/views/customer/customerList/customerDetail.vue | 2 +- src/views/customer/customerList/index.vue | 2 +- src/views/customer/operate/index.vue | 2 +- src/views/customer/tagList.vue | 4 +- src/views/liveMenu/liveProduct/index.vue | 2 +- src/views/liveMenu/liveRoom/index.vue | 20 +- src/views/login/index.vue | 81 ++- .../channelActivity/selectChannelCoupons.vue | 2 +- src/views/marketing/channelManage/index.vue | 2 +- src/views/marketing/compose/index.vue | 2 +- src/views/marketing/coupon/index.vue | 2 +- src/views/marketing/discount/index.vue | 2 +- src/views/marketing/group/index.vue | 2 +- src/views/marketing/price/index.vue | 2 +- src/views/marketing/scene/index.vue | 2 +- src/views/marketing/spike/index.vue | 2 +- src/views/setup/tabs/index.vue | 2 +- src/views/shop/material/index.vue | 6 +- 40 files changed, 2035 insertions(+), 912 deletions(-) create mode 100644 src/views/commodity/commoditySystem/editSkuAttr.vue diff --git a/canvas-container/components/canvasShow/basics/header/pc/index.vue b/canvas-container/components/canvasShow/basics/header/pc/index.vue index 6de8eda..eb00f89 100644 --- a/canvas-container/components/canvasShow/basics/header/pc/index.vue +++ b/canvas-container/components/canvasShow/basics/header/pc/index.vue @@ -15,17 +15,17 @@