This commit is contained in:
wangshiming
2022-04-27 11:13:19 +08:00
parent 958bdabf25
commit 20c1c2e4f4
8 changed files with 41 additions and 65 deletions

View File

@ -4,7 +4,7 @@
* @Author : Shiming
* @Date : 2022-01-25 16:03:45
* @LastEditors : Shiming
* @LastEditTime : 2022-03-30 16:50:35
* @LastEditTime : 2022-04-27 10:58:30
* @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.
-->
@ -143,7 +143,7 @@
[maxlength]="item.remark?.maxLength"
[placeholder]="item.remark?.placeholder || ''"></textarea>
</ng-container>
<!-- 开关选项 -->
<!-- 自定义选项 -->
<ng-container *ngSwitchCase="999">
<ng-content select="custom-element"></ng-content>
</ng-container>