|
@@ -1173,7 +1173,7 @@
|
|
|
<tr style="height: 350px">
|
|
|
<td class="vertical">所在学院/部门初审意见</td>
|
|
|
<td colspan="7" style="position: relative">
|
|
|
- <template v-for="item in qpList.filter((i) => i.type == 8)">
|
|
|
+ <template v-for="(item,index) in qpList.filter((i) => i.type == 8)" v-if="index==0">
|
|
|
<div
|
|
|
:key="item.id"
|
|
|
class="qpText"
|
|
@@ -1270,7 +1270,7 @@
|
|
|
<tr style="height: 350px">
|
|
|
<td class="vertical">创新创业学院审核意见</td>
|
|
|
<td colspan="7" style="position: relative">
|
|
|
- <template v-for="item in qpList.filter((i) => i.type == 9)">
|
|
|
+ <template v-for="(item,index) in qpList.filter((i) => i.type == 9)" v-if="index==0">
|
|
|
<div
|
|
|
:key="item.id"
|
|
|
class="qpText"
|
|
@@ -1363,7 +1363,7 @@
|
|
|
<tr style="height: 350px">
|
|
|
<td class="vertical" style="height: 350px">学校终审意见</td>
|
|
|
<td colspan="7">
|
|
|
- <template v-for="item in qpList.filter((i) => i.type == 10)">
|
|
|
+ <template v-for="(item,index) in qpList.filter((i) => i.type == 10)" v-if="index==0">
|
|
|
<div
|
|
|
:key="item.id"
|
|
|
class="qpText"
|