From 0e2d3f632e5286485321fc15a50b2531e53d6094 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期四, 04 六月 2026 13:53:32 +0800
Subject: [PATCH] 马铃薯app 1.客户往来、供应商往来查询展示修改

---
 src/config/oaWorkbench.js |   65 +-------------------------------
 1 files changed, 2 insertions(+), 63 deletions(-)

diff --git a/src/config/oaWorkbench.js b/src/config/oaWorkbench.js
index e4f6d7a..29428ff 100644
--- a/src/config/oaWorkbench.js
+++ b/src/config/oaWorkbench.js
@@ -1,69 +1,8 @@
-import { OA_NAV } from "./oaPaths.js";
-
 /**
  * OA 妯″潡鍒嗙粍锛堝伐浣滃彴灞曠ず / 鏂囨。瀵圭収锛�
+ * 娉細浜轰簨绠$悊/鍋囧嫟绠$悊/鎶ラ攢绠$悊/瀹℃壒绠$悊 宸茶縼绉昏嚦瀵瑰簲涓氬姟妯″潡
  */
-export const OA_MODULES = [
-  {
-    key: "HrManage",
-    name: "浜轰簨绠$悊",
-    children: [
-      // { label: "鍛樺伐妗f", icon: "/static/images/icon/renyuanxinzi.svg", path: OA_NAV.staffArchive },
-      // { label: "鍛樺伐鍚堝悓", icon: "/static/images/icon/hetongguanli.svg", path: OA_NAV.staffContract },
-      { label: "杞鐢宠", icon: "/static/images/icon/hetongguanli.svg", path: OA_NAV.regularApply },
-      { label: "璋冨矖鐢宠", icon: "/static/images/icon/renyuanxinzi.svg", path: OA_NAV.transferApply },
-      // { label: "绂昏亴鐢宠", icon: "/static/images/icon/qingjiaguanli.svg", path: OA_NAV.resignApply },
-      { label: "宸ヤ綔浜ゆ帴", icon: "/static/images/icon/gongchuguanli.svg", path: OA_NAV.workHandover },
-      // { label: "宀椾綅绠$悊", icon: "/static/images/icon/gongxuguanli.svg", path: OA_NAV.postManage },
-    ],
-  },
-  {
-    key: "AttendManage",
-    name: "鍋囧嫟绠$悊",
-    children: [
-      { label: "璇峰亣鐢宠", icon: "/static/images/icon/qingjiaguanli.svg", path: OA_NAV.leaveApply },
-      { label: "鍔犵彮鐢宠", icon: "/static/images/icon/dakaqiandao.svg", path: OA_NAV.overtimeApply },
-    ],
-  },
-  {
-    key: "ReimburseManage",
-    name: "鎶ラ攢绠$悊",
-    children: [
-      { label: "宸梾鎶ラ攢", icon: "/static/images/icon/chuchaiguanli.svg", path: OA_NAV.travelReimburse },
-      { label: "璐圭敤鎶ラ攢", icon: "/static/images/icon/baoxiaoguanli.svg", path: OA_NAV.costReimburse },
-    ],
-  },
-  // {
-  //   key: "ContractManage",
-  //   name: "鍚堝悓绠$悊",
-  //   children: [
-  //     { label: "閲囪喘鍚堝悓", icon: "/static/images/icon/caigoutaizhang.svg", path: OA_NAV.purchaseContract },
-  //     { label: "閿�鍞悎鍚�", icon: "/static/images/icon/xiaoshoutaizhang.svg", path: OA_NAV.saleContract },
-  //   ],
-  // },
-  {
-    key: "ApproveManage",
-    name: "瀹℃壒绠$悊",
-    children: [
-      { label: "瀹℃壒鍒楄〃", icon: "/static/images/icon/xietongshenpi.svg", path: OA_NAV.approveList },
-      { label: "瀹℃壒妯℃澘", icon: "/static/images/icon/guizhangzhidu.svg", path: OA_NAV.approveTemplate },
-    ],
-  },
-  // {
-  //   key: "EnterpriseNews",
-  //   name: "浼佷笟鏂伴椈",
-  //   children: [
-  //     { label: "浼佷笟鏂伴椈", icon: "/static/images/icon/zhishiku.svg", path: OA_NAV.enterpriseNews },
-  //   ],
-  // },
-  // {
-  //   key: "NoticeAnnouncement",
-  //   name: "鍏憡閫氱煡",
-  //   children: [
-  //     { label: "鍏憡閫氱煡", icon: "/static/images/icon/tongzhigonggao.svg", path: OA_NAV.noticeAnnouncement },
-  //   ],
-  // },
-];
+export const OA_MODULES = [];
 
 /** 宸ヤ綔鍙版墎骞宠彍鍗曪紙绾墠绔厤缃級 */
 export const OA_WORKBENCH_ITEMS = OA_MODULES.flatMap(module =>

--
Gitblit v1.9.3