From 406a25c07c33ac3a969e3bdb4d5e90e74c2ed9a3 Mon Sep 17 00:00:00 2001
From: 祖安之光 <11848914+light-of-zuan@user.noreply.gitee.com>
Date: 星期四, 13 十一月 2025 14:02:55 +0800
Subject: [PATCH] 修改新增

---
 src/views/build/conpanyFunctionConsult/orgStructure/departManage/components/departDialog.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/build/conpanyFunctionConsult/orgStructure/departManage/components/departDialog.vue b/src/views/build/conpanyFunctionConsult/orgStructure/departManage/components/departDialog.vue
index 622b664..96830dc 100644
--- a/src/views/build/conpanyFunctionConsult/orgStructure/departManage/components/departDialog.vue
+++ b/src/views/build/conpanyFunctionConsult/orgStructure/departManage/components/departDialog.vue
@@ -9,7 +9,7 @@
         :close-on-click-modal="false"
     >
       <el-form :model="state.form" size="default" ref="superRef" :rules="state.formRules" label-width="150px">
-        <el-form-item label="企业:" prop="companyId" v-if="state.isAdmin">
+        <el-form-item label="单位:" prop="companyId" v-if="state.isAdmin">
           <el-select v-model="state.form.companyId" placeholder="请选择" clearable @change="getDeptList()">
             <el-option
                 v-for="item in state.companyList"

--
Gitblit v1.9.2