Parcourir la source

项目计量单元修改

duy il y a 1 an
Parent
commit
f0091c5e3f
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  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>