11wqe1 1 рік тому
батько
коміт
56c1551702

+ 11 - 9
src/views/projectSettlement/components/projectSettlementBook.vue

@@ -249,7 +249,7 @@
       </tr>
       <tr
         v-for="(item, index) in myArrayProp[0].course_student"
-        :key="index + 'a'"
+        :key="index + 'c'"
         v-show="myArrayProp[0].typeid == '5f7a66d5-c206-11ed-a4cd-509a4c5b67cf'"
       >
         <td><span v-text="item.name"></span></td>
@@ -274,7 +274,7 @@
       </tr>
       <tr
         v-for="(item, index) in myArrayProp[0].course_teacher"
-        :key="index + 'b'"
+        :key="index + 'd'"
         v-show="myArrayProp[0].typeid == '5f7a66d5-c206-11ed-a4cd-509a4c5b67cf'"
       >
         <td><span v-text="item.name"></span></td>
@@ -441,7 +441,7 @@
             <div
               v-for="(item, index) in myArrayProp[0]['ClosingstatementData']
                 .resultAccessory"
-              :key="index + 'a'"
+              :key="index + 'e'"
               class="titItem"
             >
               <!-- <div class="masking-out"> -->
@@ -494,7 +494,7 @@
             <div
               v-for="(item, index) in myArrayProp[0]['ClosingstatementData']
                 .firmAccessory"
-              :key="index + 'a'"
+              :key="index + 'f'"
               class="titItem"
             >
               <!-- <div class="masking-out"> -->
@@ -555,7 +555,7 @@
             <div
               v-for="(item, index) in myArrayProp[0]['ClosingstatementData']
                 .competitionAccessory"
-              :key="index + 'a'"
+              :key="index + 'g'"
               class="titItem"
             >
               <!-- <div class="masking-out"> -->
@@ -610,7 +610,7 @@
             <div
               v-for="(item, index) in myArrayProp[0]['ClosingstatementData']
                 .exchangeAccessory"
-              :key="index + 'a'"
+              :key="index + 'h'"
               class="titItem"
             >
               <!-- <div class="masking-out"> -->
@@ -665,7 +665,7 @@
             <div
               v-for="(item, index) in myArrayProp[0]['ClosingstatementData']
                 .conversionAccessory"
-              :key="index + 'a'"
+              :key="index + 'g'"
               class="titItem"
             >
               <!-- <div class="masking-out"> -->
@@ -720,7 +720,7 @@
             <div
               v-for="(item, index) in myArrayProp[0]['ClosingstatementData']
                 .talentsAccessory"
-              :key="index + 'a'"
+              :key="index + 'k'"
               class="titItem"
             >
               <!-- <div class="masking-out"> -->
@@ -849,7 +849,7 @@
             <div
               v-for="(item, index) in myArrayProp[0]['ClosingstatementData']
                 .taskAccessory"
-              :key="index + 'a'"
+              :key="index + 'l'"
               class="titItem"
             >
               <!-- <div class="masking-out"> -->
@@ -1537,6 +1537,7 @@ table {
     .basicInformation {
       display: flex;
       justify-content: center;
+      align-items: center;
       font-size: 22px;
       font-family: \4eff\5b8b;
       font-weight: bold;
@@ -1557,6 +1558,7 @@ table {
     border: none;
   }
   tr td {
+    // min-height: 60px !important;
     height: 60px;
     width: 10%;
     text-align: center;