|
|
@@ -48,7 +48,7 @@ const Enterprise = ({ compilationv2, shouldUpdate }) => {
|
|
|
title: '企业名称',
|
|
|
dataIndex: 'name',
|
|
|
key: 'name',
|
|
|
- width: 110,
|
|
|
+ width: 180,
|
|
|
fixed: 'left',
|
|
|
render: (text, record) => (
|
|
|
<span
|
|
|
@@ -118,12 +118,14 @@ const Enterprise = ({ compilationv2, shouldUpdate }) => {
|
|
|
title: '注册时间',
|
|
|
dataIndex: 'createTime',
|
|
|
key: 'createTime',
|
|
|
- width: 110,
|
|
|
+ width: 150,
|
|
|
renderText: text => dayjsFormat(text, 'YYYY-MM-DD HH:mm')
|
|
|
}
|
|
|
]
|
|
|
return (
|
|
|
<BasicTable
|
|
|
+ mainMenuType="product"
|
|
|
+ columnStateType="ENTERPRISE"
|
|
|
rowKey={record => record.ID}
|
|
|
actionRef={tRef}
|
|
|
columns={columns}
|