fix: BUG修改

This commit is contained in:
kun 2023-07-03 16:07:49 +08:00
parent 4fe7e7729b
commit 75c76a9372
4 changed files with 53 additions and 53 deletions

View File

@ -2,13 +2,13 @@
<div>
<el-header>
<div class="header-lf">
<div @click="goHome" class="logo flx-center">
<!-- <img src="@/assets/images/logo.svg" alt="logo" /> -->
<!-- <div @click="goHome" class="logo flx-center">
<img src="@/assets/images/logo.svg" alt="logo" />
<img src="@/assets/images/login/china.png" style="margin: 0 15px" alt="logo" />
<span>数字化政务监管平台</span>
<span style="margin: 0 20px">|</span>
<span>{{ moduleTitle }}</span>
</div>
</div> -->
<ToolBarLeft />
</div>
<ToolBarRight />

View File

@ -10,60 +10,60 @@
<div class="sicentin">
<div class="sicentintop">本月受理请款金额(万元)</div>
<div class="sicentinbot">
<div class="sicentinbottop">3,006</div>
<div class="sicentinbottop">206</div>
<div class="sicentinbotbot">
<div>累计总额()</div>
<div>15,890</div>
<div>206</div>
</div>
</div>
</div>
<div class="sicentin">
<div class="sicentintop">本月核准应付金额(万元)</div>
<div class="sicentinbot">
<div class="sicentinbottop">2,900</div>
<div class="sicentinbottop">206</div>
<div class="sicentinbotbot">
<div>累计总额()</div>
<div>14,598</div>
<div>206</div>
</div>
</div>
</div>
<div class="sicentin">
<div class="sicentintop">本月实际应付金额(万元)</div>
<div class="sicentinbot">
<div class="sicentinbottop">2,800</div>
<div class="sicentinbottop">206</div>
<div class="sicentinbotbot">
<div>累计总额()</div>
<div>13,550</div>
<div>206</div>
</div>
</div>
</div>
<div class="sicentin">
<div class="sicentintop">本月未付账款金额(万元)</div>
<div class="sicentinbot">
<div class="sicentinbottop">100</div>
<div class="sicentinbottop">6</div>
<div class="sicentinbotbot">
<div>累计总额()</div>
<div>1,048</div>
<div>6</div>
</div>
</div>
</div>
<div class="sicentin">
<div class="sicentintop">本月下达罚单金额(万元)</div>
<div class="sicentinbot">
<div class="sicentinbottop">20</div>
<div class="sicentinbottop">0</div>
<div class="sicentinbotbot">
<div>累计总额()</div>
<div>110</div>
<div>0</div>
</div>
</div>
</div>
<div class="sicentin">
<div class="sicentintop">本月项目变更金额(万元)</div>
<div class="sicentinbot">
<div class="sicentinbottop">103</div>
<div class="sicentinbottop">0</div>
<div class="sicentinbotbot">
<div>累计总额()</div>
<div>360</div>
<div>0</div>
</div>
</div>
</div>
@ -84,15 +84,15 @@
<div class="titcen" style="top: 7%">
<div>总投资预算</div>
<div>20,000.00万元</div>
<div>206万元</div>
</div>
<div class="titcen" style="top: 40.3%">
<div>已完成投资</div>
<div>12,000.00万元</div>
<div>实际投资预算</div>
<div>206万元</div>
</div>
<div class="titcen" style="top: 73.6%">
<div>未完成投资</div>
<div>8,000.00万元</div>
<div>年度投资预算</div>
<div>206万元</div>
</div>
</div>
<div class="botttworigt">
@ -106,19 +106,19 @@
<div class="letcent" style="top: 6%">
<div>请款报审</div>
<div>6,000.00万元</div>
<div>165万元</div>
</div>
<div class="letcent" style="top: 31%">
<div>审定应付</div>
<div>4,000.00万元</div>
<div>206万元</div>
</div>
<div class="letcent" style="top: 56%">
<div>实际支付</div>
<div>2,500.00万元</div>
<div>200万元</div>
</div>
<div class="letcent" style="top: 81%">
<div>代付账款</div>
<div>1,500.00万元</div>
<div>年度实际支付</div>
<div>200万元</div>
</div>
</div>
</div>
@ -170,7 +170,7 @@ const setjindua = () => {
{
top: "40%",
left: "center",
text: "50%",
text: "97%",
textStyle: {
color: "#fff",
fontSize: 16
@ -187,7 +187,7 @@ const setjindua = () => {
data: [
{
name: "",
value: 20,
value: 40,
labelLine: {
show: false
},
@ -229,7 +229,7 @@ const setjindua = () => {
{
//
name: "",
value: 20,
value: 3,
itemStyle: {
borderColor: new echarts.graphic.LinearGradient(0, 0, 0, 1, [
@ -272,7 +272,7 @@ const setjindub = () => {
{
top: "40%",
left: "center",
text: "60%",
text: "97%",
textStyle: {
color: "#fff",
fontSize: 16
@ -331,7 +331,7 @@ const setjindub = () => {
{
//
name: "",
value: 20,
value: 3,
itemStyle: {
borderColor: new echarts.graphic.LinearGradient(0, 0, 0, 1, [
@ -374,7 +374,7 @@ const setjinduc = () => {
{
top: "40%",
left: "center",
text: "40%",
text: "97%",
textStyle: {
color: "#fff",
fontSize: 16
@ -392,7 +392,7 @@ const setjinduc = () => {
data: [
{
name: "",
value: 15,
value: 40,
labelLine: {
show: false
},
@ -434,7 +434,7 @@ const setjinduc = () => {
{
//
name: "",
value: 20,
value: 3,
itemStyle: {
borderColor: new echarts.graphic.LinearGradient(0, 0, 0, 1, [
@ -475,11 +475,11 @@ const setjindud = () => {
let data = [
{
name: "请款报审",
value: 6000
value: 165
},
{
name: "审定应付",
value: 4000
value: 206
}
];
myChart.setOption({
@ -561,12 +561,12 @@ const setjindue = () => {
let data = [
{
name: "实际支付",
value: 2500
},
{
name: "代付账款",
value: 1500
value: 200
}
// {
// name: "",
// value: 200
// }
];
myChart.setOption({
title: {

View File

@ -566,11 +566,11 @@ const initPlugin = () => {
initPlugin();
}, 3000);
} else {
setTimeout(function () {
setTimeout(function () {
router.push("/home");
}, 4000);
}, 4000);
// setTimeout(function () {
// setTimeout(function () {
// router.push("/home");
// }, 4000);
// }, 4000);
}
if (initCount.value < 2) {
oWebControl.value = null;

View File

@ -19,7 +19,7 @@
<pieChart :colorArr="['#EEA959', '#4CC4F8']" title="支付率" :chartData="payData" :total="payRatio"></pieChart>
</div>
<div class="detailBox">
<div class="item">
<!-- <div class="item">
<i class="rect"></i>
<span class="name">请款金额</span>
<span>607.5</span>
@ -28,16 +28,16 @@
<i class="rect"></i>
<span class="name">变更金额</span>
<span>7.5</span>
</div>
</div> -->
<div class="item">
<i class="color1 rect"></i>
<!-- <i class="color1 rect"></i> -->
<span class="name">审批支付</span>
<span>600</span>
<span>206</span>
</div>
<div class="item">
<i class="color2 rect"></i>
<!-- <i class="color2 rect"></i> -->
<span class="name">实际支付</span>
<span>582</span>
<span>200</span>
</div>
</div>
</div>
@ -169,11 +169,11 @@ const payRatio = ref("97%");
let payData = ref([
{
name: "审批支付",
value: 600
value: 6
},
{
name: "实际支付",
value: 582
value: 200
}
]);
// --- end