Преглед на файлове

护士端其他任务类型禁止排序

seimin преди 1 месец
родител
ревизия
e947672cbe
променени са 1 файла, в които са добавени 7 реда и са изтрити 6 реда
  1. 7 6
      src/app/views/hushijiandan/hushijiandan.component.html

+ 7 - 6
src/app/views/hushijiandan/hushijiandan.component.html

@@ -535,7 +535,8 @@
535 535
                         </div>
536 536
                         <overlay-scrollbars #osComponentRef2 class="otherBox-nav__main" [ngStyle]="{ height: '100%' }">
537 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 540
                               <div class="otherBox-nav__mainItem" *ngFor="let item of othersList[checkedTableType]" (click)="otherClick(item)" [ngClass]="{ active: selectOtherId == item.id }" [title]="item.taskName">
540 541
                                 {{ item.taskName }}
541 542
                               </div>
@@ -2387,11 +2388,11 @@
2387 2388
 				<nz-form-item>
2388 2389
 					<nz-form-label [nzSm]="4" [nzXs]="4" nzFor="description">图片上传</nz-form-label>
2389 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 2396
 						[nzSize]="10240">
2396 2397
 					    <i nz-icon nzType="plus"></i>
2397 2398
 					    <div class="ant-upload-text">上传照片</div>