yangyin
2024-07-19 4300e2394a205f3afbf4a3528db851e5636041d9
customer_list/ch/ai_html/views/demo/html/WorkOrder.html
@@ -180,7 +180,7 @@
         };
         onMounted(() => {
            // getOverViewList();
            window.addEventListener('resize', () => {
            window.parent.addEventListener('resize', () => {
               inspectionChart.value.resize();
               salesRankRef.value.resize();
            });
@@ -195,6 +195,12 @@
            var option = {
               legend: {},
               tooltip: {},
               grid: {
                  left: '2%', // 调整左边距
                  right: '5%', // 调整右边距
                  bottom: '6%',
                  containLabel: true, // 确保标签和轴标题被包含在容器内
               },
               dataset: {
                  source: [
                     ['product', '循环完成率', '维保完成率'],
@@ -236,7 +242,7 @@
                  left: '2%', // 调整左边距
                  right: '5%', // 调整右边距
                  top: '2%', // 调整下边距
                  bottom: '15%',
                  containLabel: true, // 确保标签和轴标题被包含在容器内
               },
               xAxis: {