|
@@ -227,14 +227,14 @@
|
|
<td nzEllipsis nz-popover [nzPopoverContent]="contentTemplatemajor">
|
|
<td nzEllipsis nz-popover [nzPopoverContent]="contentTemplatemajor">
|
|
{{
|
|
{{
|
|
(data?.get("discipline")?.code || "") +
|
|
(data?.get("discipline")?.code || "") +
|
|
- "/" +
|
|
|
|
|
|
+ " " +
|
|
(data?.get("discipline")?.name || "")
|
|
(data?.get("discipline")?.name || "")
|
|
}}
|
|
}}
|
|
<ng-template #contentTemplatemajor>
|
|
<ng-template #contentTemplatemajor>
|
|
<div style="max-width: 400px">
|
|
<div style="max-width: 400px">
|
|
{{
|
|
{{
|
|
(data?.get("discipline")?.code || "") +
|
|
(data?.get("discipline")?.code || "") +
|
|
- "/" +
|
|
|
|
|
|
+ " " +
|
|
(data?.get("discipline")?.name || "")
|
|
(data?.get("discipline")?.name || "")
|
|
}}
|
|
}}
|
|
</div>
|
|
</div>
|
|
@@ -473,7 +473,7 @@
|
|
<th nzEllipsis nzWidth="50px">册数</th>
|
|
<th nzEllipsis nzWidth="50px">册数</th>
|
|
<th nzEllipsis nzWidth="120px">第一主编/作者</th>
|
|
<th nzEllipsis nzWidth="120px">第一主编/作者</th>
|
|
<th nzEllipsis nzWidth="80px">所属单位</th>
|
|
<th nzEllipsis nzWidth="80px">所属单位</th>
|
|
- <th nzEllipsis nzWidth="120px">所属本科专业</th>
|
|
|
|
|
|
+ <th nzEllipsis nzWidth="120px">教材所属学科专业类</th>
|
|
<th nzEllipsis nzWidth="80px">主要语种类型</th>
|
|
<th nzEllipsis nzWidth="80px">主要语种类型</th>
|
|
<th nzEllipsis nzWidth="80px">ISBN</th>
|
|
<th nzEllipsis nzWidth="80px">ISBN</th>
|
|
<th nzEllipsis nzWidth="120px">出版单位</th>
|
|
<th nzEllipsis nzWidth="120px">出版单位</th>
|
|
@@ -609,10 +609,19 @@
|
|
</ng-template>
|
|
</ng-template>
|
|
</td>
|
|
</td>
|
|
<td nzEllipsis nz-popover [nzPopoverContent]="contentTemplatemajor">
|
|
<td nzEllipsis nz-popover [nzPopoverContent]="contentTemplatemajor">
|
|
- {{ data?.get("major")?.name || "-" }}
|
|
|
|
|
|
+ <!-- {{ data?.get("major")?.name || "-" }} -->
|
|
|
|
+ {{
|
|
|
|
+ (data?.get("discipline")?.code || "") +
|
|
|
|
+ " " +
|
|
|
|
+ (data?.get("discipline")?.name || "")
|
|
|
|
+ }}
|
|
<ng-template #contentTemplatemajor>
|
|
<ng-template #contentTemplatemajor>
|
|
<div style="max-width: 400px">
|
|
<div style="max-width: 400px">
|
|
- {{ data?.get("major")?.name || "-" }}
|
|
|
|
|
|
+ {{
|
|
|
|
+ (data?.get("discipline")?.code || "") +
|
|
|
|
+ " " +
|
|
|
|
+ (data?.get("discipline")?.name || "")
|
|
|
|
+ }}
|
|
</div>
|
|
</div>
|
|
</ng-template>
|
|
</ng-template>
|
|
</td>
|
|
</td>
|