瀏覽代碼

意见多个的情况

SanHQin 5 月之前
父節點
當前提交
b4ed8098de
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      src/views/projectManage/components/Closingstatement.vue

+ 3 - 3
src/views/projectManage/components/Closingstatement.vue

@@ -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"