Commit 5aaf3257 authored by shaoan123's avatar shaoan123

修改表字段首页table样式

parent f5999562
Pipeline #31265 passed with stages
in 29 minutes 57 seconds
......@@ -293,7 +293,10 @@ const TableManager = () => {
};
const columns = [
{ title: '类型', dataIndex: 'type', key: 'type' },
{ title: '类型', dataIndex: 'type', key: 'type',
render: text => {
return (<div>{text}({ groupArr.groupData[text].length}个)</div>)
} },
];
const openClick=(status, item)=>{
......
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