Commit e2fbcf7e authored by 潘自豪's avatar 潘自豪

账款情况模块流白

parent ba8d8f82
...@@ -399,6 +399,59 @@ export default { ...@@ -399,6 +399,59 @@ export default {
currentValue: "21,000", currentValue: "21,000",
}, },
], ],
zkqk: {
yszk: {
title: "应收账款",
amount: "20,303",
unit: "万元",
hb: [
{
title: "昨天",
amount: "21,000",
rate: "-3.32%",
},
{
title: "上月",
amount: "20,000",
rate: "+4.92%",
},
],
},
yfzk: {
title: "应付账款",
amount: "10,303",
unit: "万元",
hb: [
{
title: "昨日",
amount: "11,000",
rate: "-2.68%",
},
{
title: "上月",
amount: "10,000",
rate: "+5.71%",
},
],
},
zsye: {
title: "账上余额",
amount: "10,000",
unit: "万元",
hb: [
{
title: "昨日",
amount: "10,000",
rate: "0.00%",
},
{
title: "上月",
amount: "10,000",
rate: "0.00%",
},
],
},
},
barChart: { barChart: {
textStyle: {color: "#fff"}, textStyle: {color: "#fff"},
tooltip: {}, tooltip: {},
......
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