44323
2023-10-13 a7900eee85457c085a97427b4932537dcdd6a343
cloud-server-management/src/main/webapp/WEB-INF/view/system/dataStatistics/platformIncome.html
@@ -240,7 +240,7 @@
                                    <h2>课时数据</h2>
                                    </br>
                                    </br>
                                    <span>现有课时总量:0小时</span>
                                    <span id="allCourse">现有课时总量:0小时</span>
                                    </br>
                                    </br>
                                    <div id="courseData" style="width: 1280px;height:500px;"></div>
@@ -428,7 +428,6 @@
        getContent(1);
        getContent1(1);
        getContent2(1);
        var ajax = new $ax(Feng.ctxPath + "/data/getIncomeData", function(resp){
@@ -1183,9 +1182,7 @@
        var ajax2 = new $ax(Feng.ctxPath + "/data/coursePt", function(data){
            console.log(data)
            $("#allHour").text(data.allHour)
            $("#allCourse").text("现有课时总量:"+data.allCourse+"小时")
            option7  = {
                tooltip: {
                    trigger: 'axis'
@@ -1238,7 +1235,7 @@
                        name: '周度耗课数',
                        type: 'line',
                        stack: 'Total',
                        data: [data.count,data.count1,data.count2,data.count3]
                        data: data.weekData
                    },
                    {
                        name: '日度耗课数',
@@ -1419,6 +1416,8 @@
            });
            ajax.start();
            ptStu()
            ptCourse();
        }