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