From e7c988c6eeb5fe597c5e43e9a21c0feff9b31d2a Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期五, 24 一月 2025 14:03:25 +0800
Subject: [PATCH] 文件上传表单增加允许的文件类型

---
 src/layout/components/Navbar.vue |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/layout/components/Navbar.vue b/src/layout/components/Navbar.vue
index 1155780..d224b3a 100644
--- a/src/layout/components/Navbar.vue
+++ b/src/layout/components/Navbar.vue
@@ -5,6 +5,9 @@
             <span>灏勬椽鏅烘収椤圭洰绠$悊绯荤粺</span>
         </div>
         <div class="right-menu flex align-center">
+          <div style="color: rgb(49,48,48);margin-right: 30px;font-size: 16px">
+            <span style="padding-bottom: 4px;letter-spacing: 1px;border-bottom: 1px solid #fa926d;min-width: 100px">{{this.$store.state.user.deptName}}</span>
+          </div>
             <template>
                 <search-menu ref="searchMenuRef" />
                 <el-tooltip content="鎼滅储" effect="dark" placement="bottom">

--
Gitblit v1.8.0