提交代码
This commit is contained in:
@@ -491,7 +491,7 @@
|
||||
let AOption1 = {
|
||||
title: [
|
||||
{
|
||||
text: '质量问题整改率',
|
||||
text: '质量巡检问题整改率',
|
||||
bottom: fontSize(30),
|
||||
left: 'center',
|
||||
textStyle: {
|
||||
@@ -567,7 +567,7 @@
|
||||
var aPassChart = echarts.init(document.getElementById('zlmap'));
|
||||
aPassChart.setOption(AOption1);
|
||||
}
|
||||
// 一次共检合格率
|
||||
// 施工质量一次共检合格率
|
||||
ycmap()
|
||||
function ycmap() {
|
||||
let allNumber = 70 // 总计
|
||||
@@ -576,7 +576,7 @@
|
||||
let AOption1 = {
|
||||
title: [
|
||||
{
|
||||
text: '一次共检合格率',
|
||||
text: '施工质量一次共检合格率',
|
||||
bottom: fontSize(30),
|
||||
left: 'center',
|
||||
textStyle: {
|
||||
|
||||
Reference in New Issue
Block a user