From 83e6634922b704750575d3dbf6275edb0fae4cbb Mon Sep 17 00:00:00 2001 From: qinxianzhangyao <11053546+qinxianzhangyao@user.noreply.gitee.com> Date: 星期一, 11 十二月 2023 14:42:45 +0800 Subject: [PATCH] qxtj --- src/views/hosp/history/index.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/hosp/history/index.vue b/src/views/hosp/history/index.vue index f8d2b97..f5c54eb 100644 --- a/src/views/hosp/history/index.vue +++ b/src/views/hosp/history/index.vue @@ -259,7 +259,7 @@ <template slot-scope="scope"> <!-- <el-input v-model="scope.row.isOk" placeholder="璇疯緭鍏ユ槸鍚︾棅鎰�" /> --> <el-select filterable size="mini" v-model="scope.row.harmTypeLogs" multiple placeholder="璇烽�夋嫨鏈夊鍥犵礌" clearable> - <el-option v-for="dict in harmTypeList" :key="dict.aid" :label="dict.harmtype" + <el-option v-for="dict in harmTypeList" :key="dict.aid" :label="dict.harmType" :value="dict.aid" /> </el-select> </template> @@ -376,7 +376,7 @@ deleted: [ { required: true, - message: "$comment涓嶈兘涓虹┖", + message: "", trigger: "blur", }, ], -- Gitblit v1.8.0