调整宏观指标显示 接口无信贷数据了
This commit is contained in:
parent
9ea7cba59c
commit
805ea59474
|
@ -1,4 +1,5 @@
|
|||
<template>
|
||||
<!-- 真实数据 -->
|
||||
<div>
|
||||
<div class="module-box">
|
||||
<div style="flex:0 1 25%">
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
<template>
|
||||
<!-- 拷贝数据 -->
|
||||
<div>
|
||||
<div class="module-box">
|
||||
<div style="flex:0 1 25%">
|
||||
|
|
|
@ -645,7 +645,7 @@ export default {
|
|||
lever:[],
|
||||
other:[],
|
||||
whole:[],
|
||||
title:['利率','货币','信贷','宏观指标','收入和融资','银行理财','整体杠杆','其他']
|
||||
title:['利率','货币','收入和融资','信贷','宏观指标','银行理财','整体杠杆','其他']
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
|
@ -738,9 +738,10 @@ export default {
|
|||
this.other=res.data.other
|
||||
this.whole.push(this.rate)
|
||||
this.whole.push(this.montary)
|
||||
this.whole.push(this.loan)
|
||||
this.whole.push(this.macro)
|
||||
this.whole.push(this.income)
|
||||
|
||||
// this.whole.push(this.loan)
|
||||
this.whole.push(this.macro)
|
||||
this.whole.push(this.investment)
|
||||
this.whole.push(this.lever)
|
||||
this.whole.push(this.other)
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<template>
|
||||
<!-- 历史数据宽屏 -->
|
||||
<!-- 历史数据宽屏 未完成 -->
|
||||
<div class="container bg ScaleBox" ref="ScaleBox"
|
||||
:style="{
|
||||
width: width + 'px',
|
||||
|
|
Loading…
Reference in New Issue
Block a user