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