Commit 4d86a2c4 authored by danfuman's avatar danfuman

Merge branch 'dev20230707' of http://192.168.60.201/root/dsk-operate-sys into dev20230707

parents 9ea13f0e 9e9707aa
......@@ -653,7 +653,7 @@ export default {
//储备项目资金来源统计
let data =[]
this.viewData2.length>0&&this.viewData2.map(item=>{
data.push({value:item.totalAmount,name:item.amountSource+'金额(万元)'})
data.push({value:item.totalAmount,name:item.amountSource})
})
let option1 = {
tooltip: {
......@@ -842,7 +842,7 @@ export default {
//公招项目投资金额统计
let data =[]
this.viewData5.length>0&&this.viewData5.map(item=>{
data.push({value:item.count,name:item.rangeName+'招标数量(个)'})
data.push({value:item.count,name:item.rangeName})
})
let option1 = {
tooltip: {
......@@ -1369,7 +1369,7 @@ export default {
height: 16px;
background: url("../../../assets/images/project/add.png") no-repeat center center;
display: inline-block;
margin: 12px 8px 0 114px;
margin: 10px 8px 0 114px;
}
// &:hover{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment