Commit 6a42ac28 by zhaochengxiang

修改标题

parent e71b5686
...@@ -95,7 +95,7 @@ const AssetAction = (props) => { ...@@ -95,7 +95,7 @@ const AssetAction = (props) => {
{ {
title: '是否有权限', title: '是否有权限',
dataIndex: 'permission', dataIndex: 'permission',
width: 80, width: 100,
ellipsis: true, ellipsis: true,
render: (_, record) => { render: (_, record) => {
const index = (permissions||[]).findIndex(item => item.columnMetadataId===record._id); const index = (permissions||[]).findIndex(item => item.columnMetadataId===record._id);
......
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