稳态报表页面

This commit is contained in:
zhujiyan
2024-08-02 14:15:22 +08:00
parent feca54d7ea
commit 8bfe47c8d7
2 changed files with 61 additions and 11 deletions

View File

@@ -94,7 +94,7 @@ const reportFormList: any = ref([
}
])
const tableStore = new TableStore({
// url: '/harmonic-boot/customReport/getCustomReport',
url: '/harmonic-boot/customReport/getCustomReport',
method: 'POST',
column: [],
beforeSearchFun: () => {
@@ -115,8 +115,8 @@ const tableStore = new TableStore({
showtoolbar: false, // 是否显示工具栏
showinfobar: false, // 是否显示顶部信息栏
showsheetbar: true, // 是否显示底部sheet按钮
data: data
// tableStore.table.data
// data: data
data: tableStore.table.data
})
}
})
@@ -159,7 +159,7 @@ const exportEvent = () => {
}
</script>
<style lang="scss" scoped>
.splitpanes.default-theme .splitpanes__pane {
.splitpanes.default-theme .splitpanes__pane{
background: #fff;
}