From 0bccc45dca0527bef40f5d9ed47c8e0d175cd40b Mon Sep 17 00:00:00 2001 From: WXL (wul) <wl_5969728@163.com> Date: 星期四, 11 九月 2025 14:57:52 +0800 Subject: [PATCH] 测试完成 --- src/views/patient/propaganda/particty copy.vue | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/views/patient/propaganda/particty copy.vue b/src/views/patient/propaganda/particty copy.vue index e10301d..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" }, ], @@ -714,7 +714,7 @@ this.serviceType = Number(this.$route.query.serviceType); this.form.serviceType = Number(this.$route.query.serviceType); this.form.nhh = this.$route.query.nhh; - this.listDept(); + // this.listDept(); this.Acquisitiontype(); this.Getdetails(); }, @@ -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