保存进度!

This commit is contained in:
2023-07-31 20:14:49 +08:00
parent b2a973f7bd
commit 5b6285993f
6 changed files with 62 additions and 40 deletions

View File

@@ -29,11 +29,14 @@ export default {
setup( props )
{
const ui = reactive({
mensualList:[],
});
// 设置图表
const initCharts = () =>
{
console.log( "每月业绩", props.chartData );
const chartDom = document.getElementById( "chartWrapper" );
const myChart = echarts.init( chartDom as HTMLDivElement );
const option = {