|
@@ -535,7 +535,8 @@
|
535
|
</div>
|
535
|
</div>
|
536
|
<overlay-scrollbars #osComponentRef2 class="otherBox-nav__main" [ngStyle]="{ height: '100%' }">
|
536
|
<overlay-scrollbars #osComponentRef2 class="otherBox-nav__main" [ngStyle]="{ height: '100%' }">
|
537
|
<div class="otherBox-nav__mainInner" *ngIf="!oLoading && othersList[checkedTableType]?.length > 0">
|
537
|
<div class="otherBox-nav__mainInner" *ngIf="!oLoading && othersList[checkedTableType]?.length > 0">
|
538
|
- <div [sortablejs]="othersList[checkedTableType]" [sortablejsOptions]="othersListOptions" class="w100">
|
|
|
|
|
538
|
+ <!-- <div [sortablejs]="othersList[checkedTableType]" [sortablejsOptions]="othersListOptions" class="w100"> -->
|
|
|
539
|
+ <div class="w100">
|
539
|
<div class="otherBox-nav__mainItem" *ngFor="let item of othersList[checkedTableType]" (click)="otherClick(item)" [ngClass]="{ active: selectOtherId == item.id }" [title]="item.taskName">
|
540
|
<div class="otherBox-nav__mainItem" *ngFor="let item of othersList[checkedTableType]" (click)="otherClick(item)" [ngClass]="{ active: selectOtherId == item.id }" [title]="item.taskName">
|
540
|
{{ item.taskName }}
|
541
|
{{ item.taskName }}
|
541
|
</div>
|
542
|
</div>
|
|
@@ -2387,11 +2388,11 @@
|
2387
|
<nz-form-item>
|
2388
|
<nz-form-item>
|
2388
|
<nz-form-label [nzSm]="4" [nzXs]="4" nzFor="description">图片上传</nz-form-label>
|
2389
|
<nz-form-label [nzSm]="4" [nzXs]="4" nzFor="description">图片上传</nz-form-label>
|
2389
|
<nz-form-control style="display: inline-block;" *ngIf="repairImgs.length === 0">
|
2390
|
<nz-form-control style="display: inline-block;" *ngIf="repairImgs.length === 0">
|
2390
|
- <nz-upload nzListType="picture-card" [(nzFileList)]="fileList"
|
|
|
2391
|
- [nzShowUploadList]="showUploadList" [nzPreview]="handlePreview"
|
|
|
2392
|
- nzFileType="image/jpeg,image/png" nzAccept="image/jpeg,image/png"
|
|
|
2393
|
- [nzShowButton]="fileList.length < 3"
|
|
|
2394
|
- [nzBeforeUpload]="beforeUpload" [nzAction]="temporarilyUrl"
|
|
|
|
|
2391
|
+ <nz-upload nzListType="picture-card" [(nzFileList)]="fileList"
|
|
|
2392
|
+ [nzShowUploadList]="showUploadList" [nzPreview]="handlePreview"
|
|
|
2393
|
+ nzFileType="image/jpeg,image/png" nzAccept="image/jpeg,image/png"
|
|
|
2394
|
+ [nzShowButton]="fileList.length < 3"
|
|
|
2395
|
+ [nzBeforeUpload]="beforeUpload" [nzAction]="temporarilyUrl"
|
2395
|
[nzSize]="10240">
|
2396
|
[nzSize]="10240">
|
2396
|
<i nz-icon nzType="plus"></i>
|
2397
|
<i nz-icon nzType="plus"></i>
|
2397
|
<div class="ant-upload-text">上传照片</div>
|
2398
|
<div class="ant-upload-text">上传照片</div>
|