From 42e7bee237fc87c2f8f4e20116cdc47da4842b44 Mon Sep 17 00:00:00 2001 From: lkk <364857242@qq.com> Date: 星期四, 17 七月 2025 18:32:49 +0800 Subject: [PATCH] 1 --- src/views/doctor/checkAll/index.vue | 13 +++++++++++++ 1 files changed, 13 insertions(+), 0 deletions(-) diff --git a/src/views/doctor/checkAll/index.vue b/src/views/doctor/checkAll/index.vue index b65dfce..916839f 100644 --- a/src/views/doctor/checkAll/index.vue +++ b/src/views/doctor/checkAll/index.vue @@ -733,6 +733,7 @@ placeholder="璇疯緭鍏ュ唴瀹�" v-model="textarea1" :autosize="{ minRows: minRows, maxRows: maxRows }" + style="font-size: 16px;" ></el-input> </el-form-item> </el-form> @@ -3132,6 +3133,18 @@ this.qingkong(); this.$refs.Pre.open = false; this.tableAll = row; + let dict = "dict_tjtype" + getDicts(dict).then(res => { + if (res.code == 200) { + res.data.forEach((item) => { + if (this.tableAll.tjCategory == item.dictValue) { + this.tableAll.tjCategory = item.dictLabel; + } + }); + } else { + throw new Error('鑾峰彇浣撴绫诲瀷瀛楀吀澶辫触'); + } + }) this.tjproject = "0"; this.tjNumber = this.tableAll.tjNumber; -- Gitblit v1.8.0