This commit is contained in:
Taric Xin
2022-02-21 20:50:42 +08:00
parent 85ff5d3c78
commit a75f0872fe
3 changed files with 10 additions and 11 deletions

View File

@ -44,15 +44,15 @@ export class FreightConfigComponent implements OnInit {
businessId: item.id, businessId: item.id,
formatTypeList: (item: any[]) => [ formatTypeList: (item: any[]) => [
...item, ...item,
{ // {
name: '权限配置', // name: '权限配置',
items: [ // items: [
{ // {
configType: 1, // configType: 1,
itemType: 999 // itemType: 999
} // }
] // ]
}, // },
{ {
name: '费率变更记录', name: '费率变更记录',
items: [ items: [

View File

@ -18,8 +18,7 @@ import { BaseService } from 'src/app/shared/services';
@Component({ @Component({
selector: 'app-dynamic-setting-modal', selector: 'app-dynamic-setting-modal',
templateUrl: './dynamic-setting-modal.component.html', templateUrl: './dynamic-setting-modal.component.html'
styleUrls: ['./dynamic-setting-modal.component.less']
}) })
export class DynamicSettingModalComponent implements OnInit { export class DynamicSettingModalComponent implements OnInit {
tabs: any[] = []; tabs: any[] = [];