seimin 2 年之前
父节点
当前提交
84d9bf39f2
共有 1 个文件被更改,包括 3 次插入6 次删除
  1. 3 6
      src/app/views/task-type-management/task-type-management.component.html

+ 3 - 6
src/app/views/task-type-management/task-type-management.component.html

@@ -81,8 +81,7 @@
81 81
             <label nz-radio nzValue='0'>否</label>
82 82
           </nz-radio-group>
83 83
         </div>
84
-        <div class="mb8 w100"
85
-          *ngIf="!(association['id'] == 260||association['id'] == 257||association['id'] == 380||association['id'] == 258)">
84
+        <div class="mb8 w100" *ngIf="association['id'] == 255||association['id'] == 256||association['id'] == 259">
86 85
           <nz-form-label class="label" nzRequired>调度台是否可以新建工单</nz-form-label>
87 86
           <nz-radio-group class="handlerType" [(ngModel)]="autoFlag">
88 87
             <label nz-radio nzValue='1'>是</label>
@@ -116,8 +115,7 @@
116 115
             分钟
117 116
           </span>
118 117
         </div>
119
-        <div class="mb8 w100"
120
-          *ngIf="!(association['id'] == 255||association['id'] == 256||association['id'] == 257||association['id'] == 258||association['id'] == 259||association['id'] == 380)">
118
+        <div class="mb8 w100" *ngIf="association['id'] == 260">
121 119
           <nz-form-label class="label" nzRequired>护士端是否能标记重点关注</nz-form-label>
122 120
           <nz-radio-group class="handlerType" [(ngModel)]="followFlag">
123 121
             <label nz-radio nzValue='1'>是</label>
@@ -132,8 +130,7 @@
132 130
             <label nz-radio nzValue='0'>否</label>
133 131
           </nz-radio-group>
134 132
         </div> -->
135
-        <div class="mb8 w100"
136
-          *ngIf="!(association['id'] == 255||association['id'] == 257||association['id'] == 258||association['id'] == 260||association['id'] == 380)">
133
+        <div class="mb8 w100" *ngIf="association['id'] == 256||association['id'] == 259">
137 134
           <nz-form-label class="label" nzRequired>是否需要备注信息</nz-form-label>
138 135
           <nz-radio-group class="handlerType" [(ngModel)]="isRemarks">
139 136
             <label nz-radio nzValue='1'>是</label>