|
@@ -32,7 +32,7 @@
|
|
onClick: handleEdit.bind(null, record),
|
|
onClick: handleEdit.bind(null, record),
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- color: 'warning',
|
|
|
|
|
|
+ color: 'success',
|
|
label: t('routes.rightsEnterprises.add'),
|
|
label: t('routes.rightsEnterprises.add'),
|
|
onClick: handleOpenModal.bind(null, record),
|
|
onClick: handleOpenModal.bind(null, record),
|
|
},
|
|
},
|
|
@@ -108,7 +108,7 @@
|
|
{
|
|
{
|
|
title: t('routes.rightsEnterprises.companyPhone'),
|
|
title: t('routes.rightsEnterprises.companyPhone'),
|
|
dataIndex: 'companyPhone',
|
|
dataIndex: 'companyPhone',
|
|
- width: 80,
|
|
|
|
|
|
+ width: 120,
|
|
},
|
|
},
|
|
{
|
|
{
|
|
title: t('routes.rightsEnterprises.userPermNum'),
|
|
title: t('routes.rightsEnterprises.userPermNum'),
|
|
@@ -119,22 +119,22 @@
|
|
{
|
|
{
|
|
title: t('routes.rightsEnterprises.exUserPermNum'),
|
|
title: t('routes.rightsEnterprises.exUserPermNum'),
|
|
dataIndex: 'exUserPermNum',
|
|
dataIndex: 'exUserPermNum',
|
|
- sorter: true,
|
|
|
|
- width: 130,
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- title: t('routes.staff.createTime'),
|
|
|
|
- dataIndex: 'createTime',
|
|
|
|
- slots: { customRender: 'createTime' },
|
|
|
|
- width: 130,
|
|
|
|
|
|
+ // sorter: true,
|
|
|
|
+ width: 120,
|
|
},
|
|
},
|
|
|
|
+ // {
|
|
|
|
+ // title: t('routes.staff.createTime'),
|
|
|
|
+ // dataIndex: 'createTime',
|
|
|
|
+ // // slots: { customRender: 'createTime' },
|
|
|
|
+ // width: 130,
|
|
|
|
+ // },
|
|
{
|
|
{
|
|
title: '操作',
|
|
title: '操作',
|
|
dataIndex: '',
|
|
dataIndex: '',
|
|
ifShow: !getCheckRole('tourist'),
|
|
ifShow: !getCheckRole('tourist'),
|
|
slots: { customRender: 'action' },
|
|
slots: { customRender: 'action' },
|
|
fixed: 'right',
|
|
fixed: 'right',
|
|
- width: 120,
|
|
|
|
|
|
+ width: 80,
|
|
},
|
|
},
|
|
];
|
|
];
|
|
|
|
|