|
@@ -43,6 +43,16 @@
|
|
|
{{ anliBox[0] ? anliBox[0].info.tableData.length : 0 }}人
|
|
|
</div>
|
|
|
</div>
|
|
|
+ <div class="autorBox" v-if="anliBox[0].info.autor.length">
|
|
|
+ <div>联系人:</div>
|
|
|
+ <div
|
|
|
+ class="Autor"
|
|
|
+ v-for="(a, aIndex) in anliBox[0].info.autor"
|
|
|
+ :key="aIndex"
|
|
|
+ >
|
|
|
+ {{ a.sn }}
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
<div class="autorBox" v-if="anliBox[0].info.tableData.length">
|
|
|
<div>协作者:</div>
|
|
|
<div
|
|
@@ -102,20 +112,23 @@
|
|
|
<div
|
|
|
class="isNoMessage"
|
|
|
v-if="
|
|
|
- (anliBox[0].overview.driQuestion.brief == '' ||
|
|
|
- anliBox[0].overview.driQuestion.imgBox.length == 0) &&
|
|
|
- (anliBox[0].overview.tarDesign.brief == '' ||
|
|
|
- anliBox[0].overview.tarDesign.imgBox.length == 0) &&
|
|
|
- (anliBox[0].overview.actiDesign.brief == '' ||
|
|
|
- anliBox[0].overview.actiDesign.imgBox.length == 0) &&
|
|
|
+ anliBox[0].info.courseText == '' &&
|
|
|
+ anliBox[0].info.imgBox.length == 0 &&
|
|
|
+ anliBox[0].info.data.length == 0 &&
|
|
|
+ anliBox[0].overview.driQuestion.brief == '' &&
|
|
|
+ anliBox[0].overview.driQuestion.imgBox.length == 0 &&
|
|
|
+ anliBox[0].overview.tarDesign.brief == '' &&
|
|
|
+ anliBox[0].overview.tarDesign.imgBox.length == 0 &&
|
|
|
+ anliBox[0].overview.actiDesign.brief == '' &&
|
|
|
+ anliBox[0].overview.actiDesign.imgBox.length == 0 &&
|
|
|
anliBox[0].process.stageBox[0].staTitle == '' &&
|
|
|
anliBox[0].process.stageBox[0].actBox[0].actName == '' &&
|
|
|
anliBox[0].process.stageBox[0].brief == '' &&
|
|
|
anliBox[0].process.stageBox[0].data.length == 0 &&
|
|
|
- (anliBox[0].proexc.brief == '' ||
|
|
|
- anliBox[0].proexc.imgBox.length == 0) &&
|
|
|
- (anliBox[0].results.brief == '' ||
|
|
|
- anliBox[0].results.imgBox.length == 0)
|
|
|
+ anliBox[0].proexc.brief == '' &&
|
|
|
+ anliBox[0].proexc.imgBox.length == 0 &&
|
|
|
+ anliBox[0].results.brief == '' &&
|
|
|
+ anliBox[0].results.imgBox.length == 0
|
|
|
"
|
|
|
>
|
|
|
<img src="../../../../assets/icon/race/isNoMessage.png" alt />
|
|
@@ -266,13 +279,14 @@
|
|
|
id="second"
|
|
|
v-if="
|
|
|
(anliBox[0].overview.driQuestion.brief != '' ||
|
|
|
- anliBox[0].overview.driQuestion.imgBox.length > 0) &&
|
|
|
- anliBox[0].overview.driQuestion.data.length &&
|
|
|
+ anliBox[0].overview.driQuestion.imgBox.length > 0 ||
|
|
|
+ anliBox[0].overview.driQuestion.data.length) &&
|
|
|
(anliBox[0].overview.tarDesign.brief != '' ||
|
|
|
- anliBox[0].overview.tarDesign.imgBox.length > 0) &&
|
|
|
- anliBox[0].overview.tarDesign.data.length &&
|
|
|
+ anliBox[0].overview.tarDesign.imgBox.length > 0 ||
|
|
|
+ anliBox[0].overview.tarDesign.data.length) &&
|
|
|
(anliBox[0].overview.actiDesign.brief != '' ||
|
|
|
- anliBox[0].overview.actiDesign.imgBox.length > 0)
|
|
|
+ anliBox[0].overview.actiDesign.imgBox.length > 0 ||
|
|
|
+ anliBox[0].overview.actiDesign.data.length > 0)
|
|
|
"
|
|
|
>
|
|
|
<div class="jdTopNav" style="font-size: 18px">
|
|
@@ -644,8 +658,7 @@
|
|
|
<div
|
|
|
class="jdTopBox"
|
|
|
v-if="
|
|
|
- anliBox[0].process.stageBox[0].staTitle != '' &&
|
|
|
- anliBox[0].process.stageBox[0].actBox[0].actName != ''
|
|
|
+ anliBox[0].process.stageBox[0].staTitle != ''
|
|
|
"
|
|
|
id="third"
|
|
|
>
|
|
@@ -1172,8 +1185,7 @@
|
|
|
class="jdTopBox"
|
|
|
id="fouth"
|
|
|
v-if="
|
|
|
- anliBox[0].process.stageBox[0].brief != '' &&
|
|
|
- anliBox[0].process.stageBox[0].data.length > 0
|
|
|
+ anliBox[0].process.stageBox[0].brief != ''
|
|
|
"
|
|
|
>
|
|
|
<div class="jdTopNav" style="font-size: 18px">
|