This commit is contained in:
Taric Xin
2022-04-08 11:24:50 +08:00
parent cc9a1a1760
commit e18cfb89d6
2 changed files with 2 additions and 6 deletions

View File

@ -13,7 +13,6 @@ import { TaxManagementService } from '../../services/tax-management.service';
})
export class TaxManagementIndividualIncomeComponent implements OnInit {
_$expand = false;
ui!: SFUISchema;
schema!: SFSchema;
columns!: STColumn[];
@ViewChild('st', { static: false }) st!: STComponent;
@ -183,10 +182,6 @@ export class TaxManagementIndividualIncomeComponent implements OnInit {
}
}
};
this.ui = {
'*': { spanLabelFixed: 120, grid: { span: 8, gutter: 4 }, enter: () => this.search() },
$time: { grid: { span: 24 } }
};
}
/**