duy 1 year ago
parent
commit
f2a5480a6a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/project/debit/contract/components/unit/row-data.vue

+ 1 - 1
src/views/project/debit/contract/components/unit/row-data.vue

@@ -160,7 +160,7 @@
                 <div style="height: 400px;">
                     <hc-table
                         :column="tableColumn" :datas="tableData" is-new :index-style="{ width: 60 }"
-                        :row-style="tableRowStyle" :is-stripe="false"
+                        :row-style="tableRowStyle" :is-stripe="false" :is-current-row="false"
                     >
                         <template #buildPictureTotal="{ row }">
                             <hc-table-input v-model="row.buildPictureTotal" :disabled="row.citeStatus === 1" @change="changeBuildPictureTotal(row)" />