Sfoglia il codice sorgente

项目计量单元修改

duy 1 anno fa
parent
commit
f0091c5e3f
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      src/views/project/debit/project/unit.vue

+ 2 - 2
src/views/project/debit/project/unit.vue

@@ -21,9 +21,9 @@
         <div :id="`hc_table_card_${uuid}`" class="flex-1">
             <hc-new-card>
                 <hc-table :column="tableColumn" :datas="tableData" :loading="tableLoading" is-new :index-style="{ width: 60 }" />
-                <template #action>
+                <!-- <template #action>
                     <hc-pages :pages="searchForm" @change="pageChange" />
-                </template>
+                </template> -->
             </hc-new-card>
         </div>