Commit 0507fe33 authored by 涂伟's avatar 涂伟

fix: '1.维保卡片配置数据获取逻辑优化2.人员站点面板增加站点权限显示'

parent 8bd6355e
......@@ -270,6 +270,13 @@ const maintenance = () => {
// list.push(i.AccountName);
// });
// setKeepTableData(list);
} else {
setTableData([]);
notification.error({
message: '提示',
duration: 3,
description: res.msg,
});
}
});
}
......
......@@ -258,6 +258,12 @@ const UserManage = () => {
// return <span>未绑定</span>;
// },
// },
{
title: '站点权限',
dataIndex: 'stationCount',
key: 'stationCount',
// width: 100,
},
{
title: '权限设置',
key: 'action',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment