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>

View File

@ -1,7 +1,7 @@
/*
* @Author: your name
* @Date: 2021-11-29 10:04:12
* @LastEditTime : 2022-03-11 15:12:20
* @LastEditTime : 2022-04-27 10:38:54
* @LastEditors : Shiming
* @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
* @FilePath : \\tms-obc-web\\src\\app\\shared\\index.ts

View File

@ -1,10 +1,10 @@
/*
* @Author: your name
* @Date: 2021-11-29 10:20:33
* @LastEditTime: 2022-01-12 13:38:38
* @LastEditors: Please set LastEditors
* @LastEditTime : 2022-04-27 10:40:36
* @LastEditors : Shiming
* @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
* @FilePath: \tms-obc-web\src\app\shared\shared-zorro.module.ts
* @FilePath : \\tms-obc-web\\src\\app\\shared\\shared-zorro.module.ts
*/
import { NzInputNumberModule } from 'ng-zorro-antd/input-number';
import { NzTreeModule } from 'ng-zorro-antd/tree';
@ -94,5 +94,5 @@ export const SHARED_ZORRO_MODULES = [
NzImageModule,
NzDrawerModule,
NzTreeSelectModule,
NzAvatarModule
NzAvatarModule,
];

View File

@ -58,6 +58,7 @@ const MODULES = [
rebateTableModule,
CaptchaModule,
SearchDrawerModule,
...PRO_SHARED_MODULES
];
// #endregion