edit
This commit is contained in:
@ -156,7 +156,7 @@
|
||||
|
||||
<div class="mb-md save-btn">
|
||||
<button class="ml-lg" nz-button nzSize="large" nzType="primary" (click)="saveAction()"
|
||||
*ngIf="selectedTab?.configKey!=='freight' && labelWidth!==0">保存</button>
|
||||
*ngIf="selectedTab?.configKey!=='freight' && labelWidth!==0 && isCanSave">保存</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -28,6 +28,8 @@ export class DynamicSettingH5Component implements OnInit {
|
||||
|
||||
@Input()
|
||||
configList: any = [];
|
||||
@Input()
|
||||
isCanSave = true;
|
||||
@Output()
|
||||
selectedEvent = new EventEmitter<any>();
|
||||
@Output()
|
||||
|
||||
Reference in New Issue
Block a user