17 lines
716 B
HTML
17 lines
716 B
HTML
<!--
|
|
* @Description :
|
|
* @Version : 1.0
|
|
* @Author : Shiming
|
|
* @Date : 2022-04-21 13:49:22
|
|
* @LastEditors : Shiming
|
|
* @LastEditTime : 2022-04-27 15:17:08
|
|
* @FilePath : \\tms-obc-web\\src\\app\\routes\\sys-setting\\components\\basic-setting\\basic-setting.component.html
|
|
* Copyright (C) 2022 huzhenhong. All rights reserved.
|
|
-->
|
|
<app-dynamic-setting-h5 [tabs]="tabs" [configList]="configList" [selectedTab]="selectedTab"
|
|
(selectedEvent)="getConfigList($event)" (saveEvent)="saveAction($event)" [labelWidth]="labelWidth"
|
|
[isCanSave]="isCanSave">
|
|
<custom-element>
|
|
<app-parterl-config [configList]="configList"></app-parterl-config>
|
|
</custom-element>
|
|
</app-dynamic-setting-h5> |