From 3b93c8ac5661766174007395795e805763f6330b Mon Sep 17 00:00:00 2001 From: LiuHao <liuhaoai545@gmail.com> Date: 星期日, 02 四月 2023 22:11:47 +0800 Subject: [PATCH] perf hide userPage and rolePage id field --- src/views/system/user/index.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/system/user/index.vue b/src/views/system/user/index.vue index d3242a8..41be116 100644 --- a/src/views/system/user/index.vue +++ b/src/views/system/user/index.vue @@ -53,7 +53,7 @@ }) // 鍒楁樉闅愪俊鎭� const columns = ref<FieldOption[]>([ - { key: 0, label: `鐢ㄦ埛缂栧彿`, visible: true }, + { key: 0, label: `鐢ㄦ埛缂栧彿`, visible: false }, { key: 1, label: `鐢ㄦ埛鍚嶇О`, visible: true }, { key: 2, label: `鐢ㄦ埛鏄电О`, visible: true }, { key: 3, label: `閮ㄩ棬`, visible: true }, -- Gitblit v1.9.3