提交代码

This commit is contained in:
2024-05-14 09:03:31 +08:00
parent c57b03d665
commit 3c73800853
26 changed files with 3821 additions and 542 deletions
+4 -4
View File
@@ -588,7 +588,7 @@
var aPassChart = echarts.init(document.getElementById('hjmap'));
aPassChart.setOption(AOption1);
}
// 一次共检合格率
// 施工质量一次共检合格率
ycmap()
function ycmap() {
let allNumber = 70 // 总计
@@ -597,7 +597,7 @@
let AOption1 = {
title: [
{
text: '一次共检合格率',
text: '施工质量一次共检合格率',
bottom: fontSize(30),
left: 'center',
textStyle: {
@@ -673,7 +673,7 @@
var aPassChart = echarts.init(document.getElementById('ycmap'));
aPassChart.setOption(AOption1);
}
// 质量问题整改率
// 质量巡检问题整改率
zlmap()
function zlmap() {
let allNumber = 70 // 总计
@@ -682,7 +682,7 @@ zlmap()
let AOption1 = {
title: [
{
text: '质量问题整改率',
text: '质量巡检问题整改率',
bottom: fontSize(30),
left: 'center',
textStyle: {