Quellcode durchsuchen

Merge remote-tracking branch 'origin/master'

ZaiZai vor 1 Jahr
Ursprung
Commit
70b6ab9ad7
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      src/views/project/debit/contract/unit.vue

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

@@ -34,7 +34,7 @@
                         </template>
                     </HcTitle>
                     <div style="height: calc(100vh - 420px);">
-                        <hc-table :column="tableColumn" :datas="tableData" :loading="tableLoading" is-new :index-style="{ width: 60 }" :row-style="tableRowStyle">
+                        <hc-table :is-stripe="false" :column="tableColumn" :datas="tableData" :loading="tableLoading" is-new :index-style="{ width: 60 }" :row-style="tableRowStyle">
                             <template #key1="{ row }">
                                 <i class="i-iconoir-open-select-hand-gesture inline-block" />
                             </template>