fix: 合并冲突

This commit is contained in:
lilinyuan
2024-05-13 22:27:35 +08:00
38 changed files with 1665 additions and 549 deletions

View File

@@ -80,7 +80,7 @@
</template>
</el-table>
<!-- 分页 -->
<fvPagination
<fvPagination
v-if="pagination"
:current-page="localData.query.pageNum"
:page-size="localData.query.pageSize"
@@ -269,7 +269,7 @@ defineExpose({ refresh, updateLoading, getQuery, tableInstance })
onMounted(() => {
getList()
})
</script>
<style lang="scss" scoped>
@@ -290,4 +290,4 @@ onMounted(() => {
justify-content: space-between;
align-content: center;
}
</style>
</style>