@@ -140,7 +140,7 @@
labelWidth: 100,
schemas: [
{
- field: 'phone',
+ field: 'staffName',
label: t('routes.corporation.phone'),
component: 'Input',
colProps: {
@@ -163,12 +163,6 @@
rowKey: 'id',
pagination: { pageSize: 20 },
bordered: true,
- fetchSetting: {
- pageField: 'pageNum',
- sizeField: 'pageSize',
- listField: 'list',
- totalField: 'totalCount',
- },
});
function renderRoleType(type: number): string {