perf hide userPage and rolePage id field

This commit is contained in:
LiuHao
2023-04-02 22:11:47 +08:00
parent 631a831609
commit 3b93c8ac56
2 changed files with 3 additions and 3 deletions

View File

@ -53,7 +53,7 @@ const upload = reactive<ImportOption>({
})
// 列显隐信息
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 },