|
@@ -11,15 +11,15 @@
|
11
|
11
|
[nzLoading]="loading1">
|
12
|
12
|
<thead>
|
13
|
13
|
<tr class="thead">
|
14
|
|
- <th nzWidth="10%">起始任务类型</th>
|
15
|
|
- <th nzWidth="10%">生成任务类型</th>
|
|
14
|
+ <th nzWidth="15%">起始任务类型</th>
|
|
15
|
+ <th nzWidth="15%">生成任务类型</th>
|
16
|
16
|
<th nzWidth="10%">起点科室</th>
|
17
|
17
|
<th nzWidth="10%">终点科室</th>
|
18
|
18
|
<th nzWidth="10%">是否复制备注</th>
|
19
|
19
|
<th nzWidth="10%">抢接单</th>
|
20
|
20
|
<th nzWidth="10%">默认状态</th>
|
21
|
21
|
<th nzWidth="10%">是否启用</th>
|
22
|
|
- <th nzWidth="20%">操作</th>
|
|
22
|
+ <th nzWidth="10%">操作</th>
|
23
|
23
|
</tr>
|
24
|
24
|
</thead>
|
25
|
25
|
<tbody>
|