Commit d2bbf3d1 by zhaochengxiang

资产详情授权问题

parent 39184a5b
node_modules node_modules
dist
\ No newline at end of file
...@@ -16,7 +16,7 @@ const despColumns = [ ...@@ -16,7 +16,7 @@ const despColumns = [
{ {
key: 'privileged', key: 'privileged',
title: '已授权', 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: 'ordinalPosition', dataIndex: 'ordinalPosition', title: '序号' },
{ key: 'name', dataIndex: 'name', 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