|
@@ -1989,13 +1989,13 @@
|
1989
|
1989
|
<div style="width: 50%;float: left;">
|
1990
|
1990
|
<div style="display: flex;justify-content: center;text-align: center;font-weight: bold;">
|
1991
|
1991
|
<span style="flex: 2; border: 1px solid #ccc;">科室名称</span>
|
1992
|
|
- <span style="flex: 1; border-bottom: 1px solid #ccc;border-right: 1px solid #ccc;border-top: 1px solid #ccc;">只数</span>
|
|
1992
|
+ <span style="flex: 1; border-bottom: 1px solid #ccc;border-right: 1px solid #ccc;border-top: 1px solid #ccc;">数量</span>
|
1993
|
1993
|
</div>
|
1994
|
1994
|
</div>
|
1995
|
1995
|
<div style="width: 50%;float: left;">
|
1996
|
1996
|
<div style="display: flex;justify-content: center;text-align: center;font-weight: bold;">
|
1997
|
1997
|
<span style="flex: 2; border-bottom: 1px solid #ccc;border-right: 1px solid #ccc;border-top: 1px solid #ccc;">科室名称</span>
|
1998
|
|
- <span style="flex: 1; border-bottom: 1px solid #ccc;border-right: 1px solid #ccc;border-top: 1px solid #ccc;">只数</span>
|
|
1998
|
+ <span style="flex: 1; border-bottom: 1px solid #ccc;border-right: 1px solid #ccc;border-top: 1px solid #ccc;">数量</span>
|
1999
|
1999
|
</div>
|
2000
|
2000
|
</div>
|
2001
|
2001
|
<div *ngFor="let item of building.deptData;let even = even;" style="width: 50%;float: left;">
|