|
@@ -21,7 +21,6 @@
|
|
|
<top-bar v-if="topBarData.length" :info="topBarData" />
|
|
<top-bar v-if="topBarData.length" :info="topBarData" />
|
|
|
</div>
|
|
</div>
|
|
|
<dv-decoration-10 style="height:2%;display:flex;" />
|
|
<dv-decoration-10 style="height:2%;display:flex;" />
|
|
|
-
|
|
|
|
|
<div class="middleCard">
|
|
<div class="middleCard">
|
|
|
<div style="width:100%;height: 100%;box-sizing: border-box;overflow: hidden;">
|
|
<div style="width:100%;height: 100%;box-sizing: border-box;overflow: hidden;">
|
|
|
<div class="middleCardLeft">
|
|
<div class="middleCardLeft">
|
|
@@ -456,8 +455,7 @@ export default {
|
|
|
},
|
|
},
|
|
|
async getCarouselShiYonglvTable() {
|
|
async getCarouselShiYonglvTable() {
|
|
|
let this_ = this;
|
|
let this_ = this;
|
|
|
- // const sql = `select she_bei_ming_chen,she_bei_bian_hao_ ,create_time_,she_bei_zhuang_ku,d.name_ as bumen ,COUNT(*) AS pinlv FROM t_mjsbsy GROUP BY she_bei_bian_hao_ HAVING create_time_ LIKE '${this.month}%' ORDER BY pinlv DESC`;
|
|
|
|
|
- const sql = `select a.she_bei_ming_chen ,a.create_time_,a.shi_yong_qian_qin,b.name_,c.cun_fang_di_dian_,c.she_bei_shi_bie_h,d.name_ as bumen,COUNT(*) AS pinlv FROM t_yqsbsydjb as a join ibps_party_employee as b on a.shi_yong_ren_ = b.ID_ join t_sbdj as c on a.yi_qi_bian_hao_ = c.id_ join ibps_party_org as d on d.id_ = a.bian_zhi_bu_men_ GROUP BY create_time_ HAVING create_time_ LIKE '${this.month}%' ORDER BY pinlv DESC`;
|
|
|
|
|
|
|
+ const sql = `select a.she_bei_ming_chen ,a.create_time_,a.shi_yong_qian_qin,b.name_,c.cun_fang_di_dian_,c.she_bei_shi_bie_h,d.name_ as bumen,COUNT(*) AS pinlv FROM t_yqsbsydjb as a join ibps_party_employee as b on a.shi_yong_ren_ = b.ID_ join t_sbdj as c on a.yi_qi_bian_hao_ = c.she_bei_shi_bie_h join ibps_party_org as d on d.id_ = a.bian_zhi_bu_men_ GROUP BY create_time_ HAVING create_time_ LIKE '${this.month}%' ORDER BY pinlv DESC`;
|
|
|
let data1 = [];
|
|
let data1 = [];
|
|
|
let res1 = [];
|
|
let res1 = [];
|
|
|
this_.shiyonglvConfig.data = [];
|
|
this_.shiyonglvConfig.data = [];
|