大屏页面初始化
This commit is contained in:
@@ -2,8 +2,7 @@
|
||||
<div class="erp-layout-container">
|
||||
<div class="erp-section erp-top-header">
|
||||
<div class="erp-card full-card">
|
||||
<h3>ERP页面顶部区域 (10%)</h3>
|
||||
<p>可放置筛选、标题、概览数据等</p>
|
||||
<ChartTop />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -73,6 +72,7 @@
|
||||
|
||||
<script setup>
|
||||
import { ref, watch } from 'vue';
|
||||
import ChartTop from './components/ChartTop.vue'
|
||||
import ChartV01 from './components/ChartV01.vue';
|
||||
import ChartV02 from './components/ChartV02.vue';
|
||||
import ChartV03 from './components/ChartV03.vue';
|
||||
|
||||
Reference in New Issue
Block a user