|
@@ -104,8 +104,8 @@ export class TextbookComponent implements OnInit {
|
|
approval: {
|
|
approval: {
|
|
listOfFilter: [
|
|
listOfFilter: [
|
|
{
|
|
{
|
|
- value: '经中央有关部门审定的教材',
|
|
|
|
- text: '经中央有关部门审定的教材',
|
|
|
|
|
|
+ value: '经中央有关部门审定的教材(已点对点通知)',
|
|
|
|
+ text: '经中央有关部门审定的教材(已点对点通知)',
|
|
},
|
|
},
|
|
{
|
|
{
|
|
value: '首届全国教材建设奖优秀教材(高等教育类)教材',
|
|
value: '首届全国教材建设奖优秀教材(高等教育类)教材',
|
|
@@ -903,7 +903,7 @@ export class TextbookComponent implements OnInit {
|
|
_body += '</td>';
|
|
_body += '</td>';
|
|
|
|
|
|
_body += '<td>';
|
|
_body += '<td>';
|
|
- _body += `${data[row].get('code') || ''}`;
|
|
|
|
|
|
+ _body += ` ${data[row].get('code') || ''}`;
|
|
_body += '</td>';
|
|
_body += '</td>';
|
|
|
|
|
|
_body += '<td>';
|
|
_body += '<td>';
|
|
@@ -935,7 +935,7 @@ export class TextbookComponent implements OnInit {
|
|
_body += '</td>';
|
|
_body += '</td>';
|
|
|
|
|
|
_body += '<td>';
|
|
_body += '<td>';
|
|
- _body += `${
|
|
|
|
|
|
+ _body += ` ${
|
|
this.fromatFiled(data[row]?.get('childrens'), 'editionFirst')
|
|
this.fromatFiled(data[row]?.get('childrens'), 'editionFirst')
|
|
}`;
|
|
}`;
|
|
_body += '</td>';
|
|
_body += '</td>';
|