Commit aa7fcf08 by ethanlamzs

添加企业号信息

1 parent 39c30529
......@@ -188,6 +188,11 @@ export default class schoollist extends PureComponent {
dataIndex: 'name',
},
{
title:'企业号信息',
dataIndex : 'corpid',
render:val => <span> {val} </span>,
},
{
title: '更新时间',
dataIndex: 'updatedAt',
sorter: true,
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!