Просмотр исходного кода

快捷建单增加展示院区字段

seimin лет назад: 2
Родитель
Сommit
2fb3b3d685

+ 4 - 4
src/app/views/shortcut-build-orders/shortcut-build-orders.component.html

@@ -37,9 +37,9 @@
37 37
               (nzCheckedChange)="checkAll($event)"></th>
38 38
             <th nzWidth="15%">快捷建单名称</th>
39 39
             <th nzWidth="15%">快捷建单类型</th>
40
-            <th nzWidth="15%">起点科室</th>
40
+            <th nzWidth="20%">起点科室</th>
41 41
             <th nzWidth="20%">终点科室</th>
42
-            <th nzWidth="30%">操作</th>
42
+            <th nzWidth="25%">操作</th>
43 43
           </tr>
44 44
         </thead>
45 45
         <tbody>
@@ -47,9 +47,9 @@
47 47
             <td nzShowCheckbox [(nzChecked)]="mapOfCheckedId[data.id]" (nzCheckedChange)="refreshStatus()"></td>
48 48
             <td>{{ data.title }}</td>
49 49
             <td>{{ data.taskTypeShow}}</td>
50
-            <td>{{ data.startDeptShow }}</td>
50
+            <td>{{ data.startDeptHosName}}({{ data.startDeptShow }}</td>
51 51
             <td>
52
-              <div class="targetDept" nz-tooltip nzTooltipTitle="{{data.targetDeptShow}}">{{ data.targetDeptShow }}
52
+              <div class="targetDept" nz-tooltip nzTooltipTitle="{{ data.targetDeptHosName}}({{ data.targetDeptShow }}">{{ data.targetDeptHosName}}({{ data.targetDeptShow }}
53 53
               </div>
54 54
             </td>
55 55
             <td>