From c3576dff24adbb52cf807c100afb63399e16f813 Mon Sep 17 00:00:00 2001
From: WXL (wul) <wl_5969728@163.com>
Date: 星期四, 11 九月 2025 09:36:45 +0800
Subject: [PATCH] 测试完成

---
 src/views/patient/propaganda/particty copy.vue |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/views/patient/propaganda/particty copy.vue b/src/views/patient/propaganda/particty copy.vue
index 0bfc80c..61443d4 100644
--- a/src/views/patient/propaganda/particty copy.vue
+++ b/src/views/patient/propaganda/particty copy.vue
@@ -451,7 +451,7 @@
                 <el-input v-model="topqueryParams.templateName"></el-input>
               </el-form-item>
 
-              <el-form-item label="閫傜敤绉戝" prop="status">
+              <el-form-item label="閫傜敤璇鹃缁�" prop="status">
                 <el-select v-model="topqueryParams.topicd" placeholder="璇烽�夋嫨">
                   <el-option
                     v-for="item in topicoptions"
@@ -577,7 +577,7 @@
         { label: "鎮h�呭悕绉�", width: "", prop: "name" },
         { label: "鎬у埆", width: "", prop: "sex" },
         { label: "骞撮緞", width: "", prop: "age" },
-        { label: "灏辫瘖绉戝", width: "", prop: "deptName" },
+        { label: "灏辫瘖璇鹃缁�", width: "", prop: "deptName" },
         { label: "鍏ラ櫌鏃ユ湡", width: "", prop: "birthdate" },
         { label: "鍒涘缓浜猴紙缂猴級", width: "", prop: "update_by" },
       ],
@@ -920,7 +920,7 @@
           { label: "鎬у埆", width: "", prop: "sex" },
           { label: "骞撮緞", width: "", prop: "age" },
           { label: "涓讳换鍖诲笀", width: "", prop: "drname" },
-          { label: "灏辫瘖绉戝", width: "", prop: "deptName" },
+          { label: "灏辫瘖璇鹃缁�", width: "", prop: "deptName" },
           { label: "鍏ラ櫌鏃ユ湡", width: "", prop: "birthdate" },
           { label: "鍒涘缓浜�", width: "", prop: "createBy" },
         ];
@@ -930,7 +930,7 @@
           { label: "鎬у埆", width: "", prop: "sex" },
           { label: "骞撮緞", width: "", prop: "age" },
           { label: "璇婃柇", width: "", prop: "diagname" },
-          { label: "灏辫瘖绉戝", width: "", prop: "deptName" },
+          { label: "灏辫瘖璇鹃缁�", width: "", prop: "deptName" },
           { label: "鍏ラ櫌鏃ユ湡", width: "", prop: "birthdate" },
           { label: "鍒涘缓浜�", width: "", prop: "createBy" },
         ];
@@ -1088,7 +1088,7 @@
         this.indexAssortlist = res.rows;
       });
     },
-    // 鑾峰彇绉戝鍒楄〃
+    // 鑾峰彇璇鹃缁勫垪琛�
     listDept() {
       listDept().then((res) => {
         this.topicoptions = this.handleTree(res.data, "deptId");

--
Gitblit v1.9.3