feat(property-marketing): 优化报表页面布局和功能
- 重新设计了业务分析报告和竞品分析报告的页面布局 - 添加了更多筛选条件和排序功能- 优化了表格列的展示内容和样式 - 更新了图表组件,支持更多图表类型 - 调整了路由模块中的报表名称
This commit is contained in:
@ -24,7 +24,7 @@
|
||||
<PlacementSuggestions></PlacementSuggestions>
|
||||
<ActionGuideDistribution></ActionGuideDistribution>
|
||||
<div>
|
||||
<a-space style="float: right; margin-top: 10px; margin-bottom: 20px">
|
||||
<a-space class="down-btn">
|
||||
<a-button type="outline" @click="handleSearch">
|
||||
<template #icon>
|
||||
<icon-download />
|
||||
@ -64,4 +64,6 @@ const listQuery = reactive({
|
||||
|
||||
<style lang="scss">
|
||||
@import './style.scss';
|
||||
|
||||
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user