From 19f42147fc99bea9c435abdbe4f822da98dbad71 Mon Sep 17 00:00:00 2001
From: zhangwencui <1064582902@qq.com>
Date: 星期五, 12 六月 2026 10:15:07 +0800
Subject: [PATCH] 销售台账/采购台账产品列表增加运费单价和总运费字段展示

---
 src/pages/works.vue |   12 +++++-------
 1 files changed, 5 insertions(+), 7 deletions(-)

diff --git a/src/pages/works.vue b/src/pages/works.vue
index 65fd28a..46e017f 100644
--- a/src/pages/works.vue
+++ b/src/pages/works.vue
@@ -560,16 +560,14 @@
     },
   ]);
   // OA鍔炲叕鍔熻兘鏁版嵁锛堢函鍓嶇閰嶇疆锛屼笉鍙備笌鍚庣鏉冮檺杩囨护锛�
-  const oaItems = reactive(
-    OA_WORKBENCH_ITEMS.map(item => ({ ...item }))
-  );
+  const oaItems = reactive(OA_WORKBENCH_ITEMS.map(item => ({ ...item })));
 
   // 鍗忓悓鍔炲叕鍔熻兘鏁版嵁
   const collaborationItems = reactive([
-    {
-      icon: "/static/images/icon/xietongshenpi.svg",
-      label: "鍗忓悓瀹℃壒",
-    },
+    // {
+    //   icon: "/static/images/icon/xietongshenpi.svg",
+    //   label: "鍗忓悓瀹℃壒",
+    // },
     {
       icon: "/static/images/icon/huiyiguanli.svg",
       label: "浼氳绠$悊",

--
Gitblit v1.9.3