|
@@ -2,7 +2,7 @@
|
|
|
<div nz-row class="depart-modal">
|
|
|
<div nz-col nzSpan="24">
|
|
|
@if (carrierShape == '纸质教材'
|
|
|
- ||carrierShape == '纸质教材附带电子资源') {
|
|
|
+ ||carrierShape == '纸质教材附带数字资源') {
|
|
|
<div class="row">
|
|
|
<div class="title-name">纸质教材PDF文件</div>
|
|
|
<div>
|
|
@@ -12,7 +12,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
} @if (carrierShape == '数字教材'
|
|
|
- ||carrierShape == '纸质教材附带电子资源') {
|
|
|
+ ||carrierShape == '纸质教材附带数字资源') {
|
|
|
<div class="row">
|
|
|
<div class="title-name">数字资源</div>
|
|
|
<!-- <div class="desc">
|
|
@@ -56,7 +56,7 @@
|
|
|
<div nz-row class="depart-modal">
|
|
|
<div nz-col nzSpan="24">
|
|
|
@if (carrierShape == '纸质教材'
|
|
|
- ||carrierShape == '纸质教材附带电子资源') {
|
|
|
+ ||carrierShape == '纸质教材附带数字资源') {
|
|
|
<div class="row">
|
|
|
<div class="title-name">纸质教材PDF文件</div>
|
|
|
<div class="desc">单个文件不超过500M</div>
|
|
@@ -78,7 +78,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
} @if (carrierShape == '数字教材'
|
|
|
- ||carrierShape == '纸质教材附带电子资源') {
|
|
|
+ ||carrierShape == '纸质教材附带数字资源') {
|
|
|
<div class="row">
|
|
|
<div class="title-name">数字资源</div>
|
|
|
<div class="desc">
|