|
|
|
|
@ -231,7 +231,7 @@
|
|
|
|
|
style="width: 20%" |
|
|
|
|
/> |
|
|
|
|
<datav-statistic |
|
|
|
|
:value="`${overview.auditSjAmount}/${overview.auditWtAmount}`" |
|
|
|
|
:value="`${overview.auditSjAmount}`" |
|
|
|
|
:title="`审减/问题金额\n(万元)`" |
|
|
|
|
:isDecimal="true" |
|
|
|
|
style="width: 20%" |
|
|
|
|
@ -393,16 +393,6 @@ onMounted(() => {
|
|
|
|
|
}) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
watch( |
|
|
|
|
dictData, |
|
|
|
|
(val) => { |
|
|
|
|
if (val.length > 0 && !activeAuditType.value) { |
|
|
|
|
activeAuditType.value = val[0].dictValue; |
|
|
|
|
getData(); |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
{ immediate: true } |
|
|
|
|
); |
|
|
|
|
function getData() { |
|
|
|
|
getOverviewFun(); |
|
|
|
|
getAuditProblems(time.value).then(data => { |
|
|
|
|
@ -531,8 +521,7 @@ const option = ref({
|
|
|
|
|
<ul class="tooltip-ul"> |
|
|
|
|
<li>审计单位/项目数<span>${dataItem.projectNumber ?? "-"}</span></li> |
|
|
|
|
<li>审计总金额<span>${dataItem.auditAmount ?? "-"}</span></li> |
|
|
|
|
<li>审减金额<span>${dataItem.auditSjAmount ?? "-"}</span></li> |
|
|
|
|
<li>问题金额<span>${dataItem.auditWtAmount ?? "-"}</span></li> |
|
|
|
|
<li>审减/问题金额<span>${dataItem.auditSjAmount ?? "-"}</span></li> |
|
|
|
|
<li>查出问题数<span>${dataItem.negativeNumber ?? "-"}</span></li> |
|
|
|
|
<li>追责问责数<span>${dataItem.accountableNumber ?? "-"}</span></li> |
|
|
|
|
</ul> |
|
|
|
|
@ -770,7 +759,7 @@ const getAuditMapData = async ()=>{
|
|
|
|
|
.tooltip { |
|
|
|
|
position: relative; |
|
|
|
|
width: 169.88px; |
|
|
|
|
height: 155px; |
|
|
|
|
height: 185px; |
|
|
|
|
background: linear-gradient( |
|
|
|
|
180deg, |
|
|
|
|
rgba(1, 4, 87, 0.8) 0%, |
|
|
|
|
@ -802,7 +791,7 @@ const getAuditMapData = async ()=>{
|
|
|
|
|
|
|
|
|
|
.tooltip-content { |
|
|
|
|
width: 170px; |
|
|
|
|
height: 106px; |
|
|
|
|
height: 139px; |
|
|
|
|
//font-size: 11px; |
|
|
|
|
margin-top: -12px; |
|
|
|
|
background: linear-gradient(180deg, #010457 0%, #031577 100%); |
|
|
|
|
|