fix bug
This commit is contained in:
@ -4,7 +4,7 @@
|
||||
* @Author : Shiming
|
||||
* @Date : 2022-01-25 16:03:45
|
||||
* @LastEditors : Shiming
|
||||
* @LastEditTime : 2022-03-09 16:17:28
|
||||
* @LastEditTime : 2022-03-30 16:50:35
|
||||
* @FilePath : \\tms-obc-web\\src\\app\\shared\\components\\dynamic-setting\\dynamic-setting-h5\\dynamic-setting-h5.component.html
|
||||
* Copyright (C) 2022 huzhenhong. All rights reserved.
|
||||
-->
|
||||
@ -100,7 +100,7 @@
|
||||
</ng-container>
|
||||
<!-- 开关选项 -->
|
||||
<ng-container *ngSwitchCase="10">
|
||||
<nz-switch [ngModel]="item.itemValue" style="margin-left: 26px;"></nz-switch>
|
||||
<nz-switch [(ngModel)]="item.itemValue" style="margin-left: 26px;"></nz-switch>
|
||||
</ng-container>
|
||||
<!-- 下拉单选 -->
|
||||
<ng-container *ngSwitchCase="11">
|
||||
|
||||
@ -4,7 +4,7 @@
|
||||
* @Author : Shiming
|
||||
* @Date : 2022-01-25 16:03:45
|
||||
* @LastEditors : Shiming
|
||||
* @LastEditTime : 2022-02-22 19:59:59
|
||||
* @LastEditTime : 2022-03-30 16:50:00
|
||||
* @FilePath : \\tms-obc-web\\src\\app\\shared\\components\\dynamic-setting\\dynamic-setting-h5\\dynamic-setting-h5.component.ts
|
||||
* Copyright (C) 2022 huzhenhong. All rights reserved.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user