|
@@ -285,7 +285,7 @@
|
|
|
<!-- 第二行 -->
|
|
<!-- 第二行 -->
|
|
|
<el-col :xs="24" :sm="12" :md="8" :lg="8">
|
|
<el-col :xs="24" :sm="12" :md="8" :lg="8">
|
|
|
<div class="zap-card">
|
|
<div class="zap-card">
|
|
|
- <div class="zap-card__title">我的代办</div>
|
|
|
|
|
|
|
+ <div class="zap-card__title">我的待办</div>
|
|
|
<div class="zap-card__wrap zap-card__blue">
|
|
<div class="zap-card__wrap zap-card__blue">
|
|
|
<span class="zap-card__num">{{workTotal}}</span>
|
|
<span class="zap-card__num">{{workTotal}}</span>
|
|
|
<span class="zap-card__unit">个</span>
|
|
<span class="zap-card__unit">个</span>
|
|
@@ -1005,7 +1005,7 @@ export default {
|
|
|
this.getCompanyReport()
|
|
this.getCompanyReport()
|
|
|
//核心企业额度比例 -- 柱状图
|
|
//核心企业额度比例 -- 柱状图
|
|
|
this.getFinanceAmountAll()
|
|
this.getFinanceAmountAll()
|
|
|
- //查询代办
|
|
|
|
|
|
|
+ //查询待办
|
|
|
this.getWorkList()
|
|
this.getWorkList()
|
|
|
//查询消息
|
|
//查询消息
|
|
|
this.getNoticeList()
|
|
this.getNoticeList()
|
|
@@ -1043,7 +1043,7 @@ export default {
|
|
|
this.getExpiredBalance()
|
|
this.getExpiredBalance()
|
|
|
//即将到期额度(30天)-- 列表
|
|
//即将到期额度(30天)-- 列表
|
|
|
this.getExpiredList()
|
|
this.getExpiredList()
|
|
|
- //查询代办
|
|
|
|
|
|
|
+ //查询待办
|
|
|
this.getWorkList()
|
|
this.getWorkList()
|
|
|
//查询消息
|
|
//查询消息
|
|
|
this.getNoticeList()
|
|
this.getNoticeList()
|
|
@@ -1063,7 +1063,7 @@ export default {
|
|
|
this.getExpiredBalance()
|
|
this.getExpiredBalance()
|
|
|
//即将到期额度(30天)-- 列表
|
|
//即将到期额度(30天)-- 列表
|
|
|
this.getExpiredList()
|
|
this.getExpiredList()
|
|
|
- //查询代办
|
|
|
|
|
|
|
+ //查询待办
|
|
|
this.getWorkList()
|
|
this.getWorkList()
|
|
|
//查询消息
|
|
//查询消息
|
|
|
this.getNoticeList()
|
|
this.getNoticeList()
|
|
@@ -1428,7 +1428,7 @@ export default {
|
|
|
this.iniEcharBar('echarBarBusiness', response.data.dataList, response.data.dateList)
|
|
this.iniEcharBar('echarBarBusiness', response.data.dataList, response.data.dateList)
|
|
|
});
|
|
});
|
|
|
},
|
|
},
|
|
|
- //查询代办
|
|
|
|
|
|
|
+ //查询待办
|
|
|
getWorkList(){
|
|
getWorkList(){
|
|
|
listNotice(this.queryParamsWork).then((response) => {
|
|
listNotice(this.queryParamsWork).then((response) => {
|
|
|
this.workList = response.rows
|
|
this.workList = response.rows
|