From 1b8120cacac0037fcb1f8ae747c2f54eb735368b Mon Sep 17 00:00:00 2001 From: ludc Date: 星期二, 09 五月 2023 18:50:51 +0800 Subject: [PATCH] 代码整合 --- Source/UBCS-WEB/src/views/omd/dict.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Source/UBCS-WEB/src/views/omd/dict.vue b/Source/UBCS-WEB/src/views/omd/dict.vue index b17df8b..9476deb 100644 --- a/Source/UBCS-WEB/src/views/omd/dict.vue +++ b/Source/UBCS-WEB/src/views/omd/dict.vue @@ -49,7 +49,7 @@ <el-tag>{{ row.isSealed === 0 ? '鍚�' : '鏄�' }}</el-tag> </template> </avue-crud> - <el-dialog :title="`[${dictValue}]鏋氫妇閰嶇疆`" + <el-dialog :title="`[${dictValue}]鏋氫妇椤归厤缃甡" append-to-body :visible.sync="box" width="1000px"> -- Gitblit v1.9.3