From e1afd5d412da50ddb03d562c91570496dd26f449 Mon Sep 17 00:00:00 2001
From: zhangwencui <1064582902@qq.com>
Date: 星期五, 12 六月 2026 10:09:18 +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