| | |
| | | layerName: 'gsgw', |
| | | source: gsgw, |
| | | color: DC.Color.BLUE, |
| | | height: 5, |
| | | height: 65, |
| | | }, |
| | | { |
| | | id: '3-3-2', |
| | |
| | | layerName: 'wsgw', |
| | | source: wsgw, |
| | | color: DC.Color.BLACK, |
| | | height: 10, |
| | | height: 68, |
| | | }, |
| | | { |
| | | id: '3-3-3', |
| | |
| | | layerName: 'rqgw', |
| | | source: rqgw, |
| | | color: DC.Color.RED, |
| | | height: 15, |
| | | height: 71, |
| | | }, |
| | | { |
| | | id: '3-3-4', |
| | |
| | | layerName: 'ysgw', |
| | | source: ysgw, |
| | | color: DC.Color.CYAN, |
| | | height: 20, |
| | | height: 75, |
| | | }, |
| | | ] |
| | | }, |
| | |
| | | <el-table-column prop="firmName" label="企业名称" /> |
| | | <el-table-column prop="perInCha" label="责任人姓名" /> |
| | | <el-table-column prop="perInChaPho" label="联系电话" /> |
| | | <el-table-column prop="perInChaTwo" label="责任人姓名" /> |
| | | <el-table-column prop="perInChaPhoTwo" label="联系电话" /> |
| | | </el-table> |
| | | |
| | | </div> |
| | |
| | | } |
| | | ] |
| | | |
| | | function getRiskSource () { |
| | | function getRiskSource() { |
| | | getRiskSourceStatistic().then(res => { |
| | | let data = res.data.data |
| | | let dataRsult = [] |
| | |
| | | left: '-5%', |
| | | radius: ['45%', '75%'], |
| | | data: dataRsult, |
| | | left: "25%" |
| | | left: "25%", |
| | | label: { |
| | | show: false, |
| | | }, |
| | | labelLine: { |
| | | show: false, |
| | | }, |
| | | } |
| | | ] |
| | | }) |