mirror of
https://github.com/continew-org/continew-admin-ui.git
synced 2025-09-11 16:57:09 +08:00
fix: 修复用户列表禁用列错误
This commit is contained in:
@@ -27,7 +27,7 @@
|
|||||||
:scroll="{ x: '100%', y: '100%', minWidth: 1500 }"
|
:scroll="{ x: '100%', y: '100%', minWidth: 1500 }"
|
||||||
:pagination="pagination"
|
:pagination="pagination"
|
||||||
:disabledTools="['size']"
|
:disabledTools="['size']"
|
||||||
:disabledColumnKeys="['nickname']"
|
:disabledColumnKeys="['username']"
|
||||||
@refresh="search"
|
@refresh="search"
|
||||||
>
|
>
|
||||||
<template #custom-left>
|
<template #custom-left>
|
||||||
|
Reference in New Issue
Block a user