|
@@ -57,13 +57,13 @@
|
57
|
57
|
<div style="width: 50%;float: left;">
|
58
|
58
|
<div style="display: flex;justify-content: center;text-align: center;font-weight: bold;">
|
59
|
59
|
<span style="flex: 2; border: 1px solid #ccc;">科室名称</span>
|
60
|
|
- <span style="flex: 1; border-bottom: 1px solid #ccc;border-right: 1px solid #ccc;border-top: 1px solid #ccc;">只数</span>
|
|
60
|
+ <span style="flex: 1; border-bottom: 1px solid #ccc;border-right: 1px solid #ccc;border-top: 1px solid #ccc;">数量</span>
|
61
|
61
|
</div>
|
62
|
62
|
</div>
|
63
|
63
|
<div style="width: 50%;float: left;">
|
64
|
64
|
<div style="display: flex;justify-content: center;text-align: center;font-weight: bold;">
|
65
|
65
|
<span style="flex: 2; border-bottom: 1px solid #ccc;border-right: 1px solid #ccc;border-top: 1px solid #ccc;">科室名称</span>
|
66
|
|
- <span style="flex: 1; border-bottom: 1px solid #ccc;border-right: 1px solid #ccc;border-top: 1px solid #ccc;">只数</span>
|
|
66
|
+ <span style="flex: 1; border-bottom: 1px solid #ccc;border-right: 1px solid #ccc;border-top: 1px solid #ccc;">数量</span>
|
67
|
67
|
</div>
|
68
|
68
|
</div>
|
69
|
69
|
<div *ngFor="let item of building.deptData;let even = even;" style="width: 50%;float: left;">
|