|
@@ -144,7 +144,7 @@
|
|
{
|
|
{
|
|
title: '状态',
|
|
title: '状态',
|
|
dataIndex: 'status',
|
|
dataIndex: 'status',
|
|
- ifShow:getCheckPerm('sysuser-enable'),
|
|
|
|
|
|
+ // ifShow:getCheckPerm('sysuser-enable'),
|
|
width: 80,
|
|
width: 80,
|
|
customRender: ({ record }) => {
|
|
customRender: ({ record }) => {
|
|
return record.status == 1 ? '正常' : '冻结';
|
|
return record.status == 1 ? '正常' : '冻结';
|