From 453b6e884139995c912209bcd588cebcbe563cf7 Mon Sep 17 00:00:00 2001 From: "zhonghua.li" Date: Sat, 18 Apr 2026 17:15:26 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E9=A1=B5=E9=9D=A2=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E7=A9=BA=E7=99=BD=E7=9A=84=E9=97=AE=E9=A2=98=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../furniture_reception-impl.vue | 1249 +---------------- .../reception_in_progress.vue | 36 +- .../serviceListFurniture.vue | 11 +- .../tag_management_panel.vue | 1088 ++++++++++++++ .../components/sales_scenario_new.vue | 16 +- .../components/ai-analysis-dashboard-body.js | 2 +- .../ai-analysis-dashboard-body.wxml | 2 +- .../ai-analysis-dashboard-body.wxss | 2 +- .../common_begin_reception.js | 2 +- .../furniture_reception-impl.js | 2 +- .../furniture_reception-impl.json | 4 +- .../furniture_reception-impl.wxml | 2 +- .../furniture_reception-impl.wxss | 2 +- .../reception_in_progress.js | 2 +- .../reception_in_progress.json | 1 + .../reception_in_progress.wxml | 2 +- .../serviceListFurniture.js | 2 +- .../serviceListFurniture.wxml | 2 +- .../serviceListFurniture.wxss | 2 +- .../tag_management_panel.js | 1 + .../tag_management_panel.json | 6 + .../tag_management_panel.wxml | 1 + .../tag_management_panel.wxss | 1 + .../components/sales_scenario_new.js | 2 +- .../components/sales_scenario_new.wxml | 2 +- .../components/sales_scenario_new.wxss | 2 +- 26 files changed, 1198 insertions(+), 1246 deletions(-) create mode 100644 pages-subpackage/furniture_reception/tag_management_panel.vue create mode 100644 unpackage/dist/build/mp-weixin/pages-subpackage/furniture_reception/tag_management_panel.js create mode 100644 unpackage/dist/build/mp-weixin/pages-subpackage/furniture_reception/tag_management_panel.json create mode 100644 unpackage/dist/build/mp-weixin/pages-subpackage/furniture_reception/tag_management_panel.wxml create mode 100644 unpackage/dist/build/mp-weixin/pages-subpackage/furniture_reception/tag_management_panel.wxss diff --git a/pages-subpackage/furniture_reception/furniture_reception-impl.vue b/pages-subpackage/furniture_reception/furniture_reception-impl.vue index 5a36577..d8a5c29 100644 --- a/pages-subpackage/furniture_reception/furniture_reception-impl.vue +++ b/pages-subpackage/furniture_reception/furniture_reception-impl.vue @@ -58,205 +58,11 @@ @save-error="onReceptionSaveError" /> - - - - 共{{ tagTotal }}条 - - - - - - - - - - - - - - - - {{ (item.tagName || item.name || '标').charAt(0) }} - - {{ item.tagName || item.name || '未命名标签' }} - - - - - - - - 所属行业:{{ item.industry }} - - - - - 详情:{{ item.tagDetail || item.detail }} - - - 备注:{{ item.remark }} - - - - - - - 编辑 - - - - 删除 - - - - - - - - 暂无标签 - - - 正在加载更多... - - - - - - - - - - 所属行业 - - - - 标签分类 - - - {{ tagForm.tagType || "请选择标签分类" }} - - - - - - - {{ option }} - - - - - - 标签名 - - - - 详情 -