Browse Source

元数据管理加分页

duy 2 năm trước cách đây
mục cha
commit
690cc34442
1 tập tin đã thay đổi với 4 bổ sung1 xóa
  1. 4 1
      src/views/archives/meta-data.vue

+ 4 - 1
src/views/archives/meta-data.vue

@@ -37,6 +37,7 @@
                         >
 
                         </HcTable>
+                  
                     </div>
                     <div class="hc-f-table-box" v-if="tableFileShow">
                         <div class="header-box">
@@ -60,7 +61,9 @@
                         </div>
                     </div>
                 </div>
-                
+                <template #action>
+                            <HcPages :pages="searchForm" @change="pageChange"/>
+                 </template>
             </HcCard>
         </div>
     <!-- 元数据信息编辑 -->