Explorar el Código

项目计量单元修改

duy hace 1 año
padre
commit
f0091c5e3f
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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>