fix bug
This commit is contained in:
		| @ -4,7 +4,7 @@ | ||||
|  * @Author       : Shiming | ||||
|  * @Date         : 2022-01-25 16:03:45 | ||||
|  * @LastEditors  : Shiming | ||||
|  * @LastEditTime : 2022-02-14 16:18:02 | ||||
|  * @LastEditTime : 2022-02-15 11:16:42 | ||||
|  * @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. | ||||
| --> | ||||
| @ -38,6 +38,7 @@ | ||||
|                                         <label nz-radio [nzValue]="1" class="ml-xl">{{item.remark?.[1] || '是'}}</label> | ||||
|                                     </nz-radio-group> | ||||
|                                 </ng-container> | ||||
|                             | ||||
|                                 <ng-container *ngSwitchCase="3"> | ||||
|                                     <nz-time-picker nzFormat="HH:mm" nzPlaceHolder="请选择时间" [(ngModel)]="item.itemValue" | ||||
|                                         class="ml-md mr-xl"> | ||||
| @ -78,6 +79,22 @@ | ||||
|                                         <input nz-input placeholder="请输入" [(ngModel)]="item.itemValue" /> | ||||
|                                     </nz-input-group> | ||||
|                                 </ng-container> | ||||
|                                 <ng-container *ngSwitchCase="9"> | ||||
|                                     <nz-upload | ||||
|                                     [nzAction]="service.$api_upload_url" | ||||
|                                     [nzName]="'multipartFile'" | ||||
|                                     [nzHeaders]="{ authorization: 'authorization-text' }" | ||||
|                                     [(nzFileList)]="item.itemValue" | ||||
|                                   > | ||||
|                                     <button nz-button> | ||||
|                                       <i nz-icon nzType="upload"></i> | ||||
|                                       上传文件 | ||||
|                                     </button> | ||||
|                                   </nz-upload> | ||||
|                                 </ng-container> | ||||
|                                 <ng-container *ngSwitchCase="10"> | ||||
|                                             <nz-switch             [(ngModel)]="item.itemValue"></nz-switch> | ||||
|                                 </ng-container> | ||||
|                             </ng-container> | ||||
|                         </se> | ||||
|                     </div> | ||||
|  | ||||
		Reference in New Issue
	
	Block a user