保存进度!
This commit is contained in:
		@@ -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 = {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user