Commit d2bbf3d1 by zhaochengxiang

资产详情授权问题

parent 39184a5b
node_modules
dist
\ No newline at end of file
......@@ -16,7 +16,7 @@ const despColumns = [
{
key: 'privileged',
title: '已授权',
render: (val: any) => (val === true ? <Icon type="key" /> : <span></span>),
render: (val: any) => (val.privileged === true ? <Icon type="key" /> : <span></span>),
},
{ key: 'ordinalPosition', dataIndex: 'ordinalPosition', title: '序号' },
{ key: 'name', dataIndex: 'name', title: '名称' },
......
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