From e1b04baf60478e3de9e41e1fc39e1e4346321817 Mon Sep 17 00:00:00 2001
From: zhangwei <1504152376@qq.com>
Date: 星期五, 29 八月 2025 13:27:31 +0800
Subject: [PATCH] '一些改动'

---
 src/views/system/dept/detail.vue     |    2 ++
 src/views/system/aboutItem/form.vue  |    2 +-
 src/views/system/dept/utils/hook.tsx |    4 ++--
 src/views/system/dept/index.vue      |    2 +-
 src/views/system/dept/form.vue       |    2 +-
 5 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/src/views/system/aboutItem/form.vue b/src/views/system/aboutItem/form.vue
index 2ae6d95..2e6011c 100644
--- a/src/views/system/aboutItem/form.vue
+++ b/src/views/system/aboutItem/form.vue
@@ -140,7 +140,7 @@
         </el-form-item>
       </re-col>
       <re-col :value="6" :xs="24" :sm="24">
-        <el-form-item label="瀹氬埗瑙勫垝" prop="dingbiaoguize">
+        <el-form-item label="鎴愪氦鏂规硶" prop="dingbiaoguize">
           <!-- <el-checkbox-group
             v-model="newFormInline.dingbiaoguize"
             placeholder="璇烽�夋嫨鐘舵��"
diff --git a/src/views/system/dept/detail.vue b/src/views/system/dept/detail.vue
index eec662e..8046cce 100644
--- a/src/views/system/dept/detail.vue
+++ b/src/views/system/dept/detail.vue
@@ -22,6 +22,7 @@
 });
 import EditPen from "~icons/ep/edit-pen";
 import IconParkSolidBack from "~icons/icon-park-solid/back";
+import { message } from "@/utils/message";
 
 const { openDialog } = useDept(ref({}));
 const { openUploadDialog, state, changeDialog, getDetailList } = useDetail();
@@ -61,6 +62,7 @@
       break;
     default:
       window.location.href = pdfUrl.filePath;
+      message("姝e湪涓嬭浇锛�");
       break;
   }
 };
diff --git a/src/views/system/dept/form.vue b/src/views/system/dept/form.vue
index 15fe259..86db301 100644
--- a/src/views/system/dept/form.vue
+++ b/src/views/system/dept/form.vue
@@ -149,7 +149,7 @@
         </el-form-item>
       </re-col>
       <re-col :value="6" :xs="24" :sm="24">
-        <el-form-item label="瀹氬埗瑙勫垝" prop="dingbiaoguize">
+        <el-form-item label="鎴愪氦鏂规硶" prop="dingbiaoguize">
           <!-- <el-checkbox-group
             v-model="newFormInline.dingbiaoguize"
             placeholder="璇烽�夋嫨鐘舵��"
diff --git a/src/views/system/dept/index.vue b/src/views/system/dept/index.vue
index a8368d5..00afbe3 100644
--- a/src/views/system/dept/index.vue
+++ b/src/views/system/dept/index.vue
@@ -242,7 +242,7 @@
       </el-card>
       <PureTableBar
         title=""
-        :columns="nowRole.code == 'CGR' ? CGRcolumns : columns"
+        :columns="nowRole.code == 'DLJG' ? CGRcolumns : columns"
         :tableRef="tableRef?.getTableRef()"
         @refresh="onSearch"
         @fullscreen="onFullscreen"
diff --git a/src/views/system/dept/utils/hook.tsx b/src/views/system/dept/utils/hook.tsx
index f603353..c35af8e 100644
--- a/src/views/system/dept/utils/hook.tsx
+++ b/src/views/system/dept/utils/hook.tsx
@@ -120,7 +120,7 @@
     {
       label: "閲囪喘浜�",
       prop: "caigourenmingcheng",
-      minWidth: 70
+      minWidth: 120
     },
     {
       label: "椤圭洰鍚嶇О",
@@ -350,7 +350,7 @@
   }
 
   async function openDialog(title = "鏂板", row?: FormItemProps) {
-    const { result } = title == "鏂板" ? await addgetcontact() : "";
+    const { result } = title == "鏂板" ? await addgetcontact() : {};
 
     addDialog({
       title: `${title}椤圭洰`,

--
Gitblit v1.9.1