From d583ee91ff627890ce0a2a1055dcdc394d2391e2 Mon Sep 17 00:00:00 2001 From: xuefei <564615061@qq.cm> Date: 星期四, 04 五月 2023 09:55:18 +0800 Subject: [PATCH] 登录密码验证base64加密 --- src/views/sys/dict-manage/dictManage.vue | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/views/sys/dict-manage/dictManage.vue b/src/views/sys/dict-manage/dictManage.vue index 68f39b1..70c3878 100644 --- a/src/views/sys/dict-manage/dictManage.vue +++ b/src/views/sys/dict-manage/dictManage.vue @@ -341,6 +341,7 @@ key: "value", minWidth: 160, sortable: true, + tooltip:true, }, { title: "澶囨敞", -- Gitblit v1.9.1