Commit 60a10b3fdbf7f98a3c78db778d2000b2813f80a8

Authored by 杨鑫
1 parent 66ab3b4a

最新

admin-web-master/dist.zip
No preview for this file type
admin-web-master/src/layout/index.vue
@@ -200,17 +200,17 @@ @@ -200,17 +200,17 @@
200 } 200 }
201 } 201 }
202 return { 202 return {
203 - // msg: [],  
204 - // list: [], 203 + msg: [],
  204 + list: [],
205 // msg: ['招商服务系统'], 205 // msg: ['招商服务系统'],
206 - msg: ['招商服务系统', '推广策划系统', '在线商城系统', '支付服务模块', '票务'],  
207 - list: [  
208 - ['招商资源监测', '商家管理', '商铺租赁服务', '招商方案管理', '招商租赁管理', '广告服务', '轮播图设置', '商户意向管理', '问卷调查','客服服务管理', '系统设置'],  
209 - ['品牌策划', '活动策划', '氛围策划', '媒体推广'],  
210 - ['订单管理', '积分管理', '消息中心', '会员管理', '评论管理', '商品管理', '库存管理', '销售统计', '优惠券管理', '商城商家管理'],  
211 - ['联机交易', '对账处理', '日志管理', '商户服务'],  
212 - ['渠道售票统计分析', '销售额统计分析'],  
213 - ], 206 + // msg: ['招商服务系统', '推广策划系统', '在线商城系统', '支付服务模块', '票务'],
  207 + // list: [
  208 + // ['招商资源监测', '商家管理', '商铺租赁服务', '招商方案管理', '招商租赁管理', '广告服务', '轮播图设置', '商户意向管理', '问卷调查','客服服务管理', '系统设置'],
  209 + // ['品牌策划', '活动策划', '氛围策划', '媒体推广'],
  210 + // ['订单管理', '积分管理', '消息中心', '会员管理', '评论管理', '商品管理', '库存管理', '销售统计', '优惠券管理', '商城商家管理'],
  211 + // ['联机交易', '对账处理', '日志管理', '商户服务'],
  212 + // ['渠道售票统计分析', '销售额统计分析'],
  213 + // ],
214 listMune: [], 214 listMune: [],
215 mumeList: [], 215 mumeList: [],
216 mumeChildren1: [], 216 mumeChildren1: [],
@@ -299,10 +299,10 @@ @@ -299,10 +299,10 @@
299 this.userAvatar = getUserAvatar() 299 this.userAvatar = getUserAvatar()
300 }, 300 },
301 mounted() { 301 mounted() {
302 - // this.getMemu()  
303 - // this.address()  
304 - // this.waibu()  
305 - this.neibu() 302 + this.getMemu()
  303 + this.address()
  304 + this.waibu()
  305 + // this.neibu()
306 }, 306 },
307 307
308 methods: { 308 methods: {
@@ -786,12 +786,12 @@ @@ -786,12 +786,12 @@
786 ['联机交易', '对账处理', '日志管理', '商户服务'], 786 ['联机交易', '对账处理', '日志管理', '商户服务'],
787 ['渠道售票统计分析', '销售额统计分析'], 787 ['渠道售票统计分析', '销售额统计分析'],
788 ] 788 ]
789 - this.neibu() 789 + // this.neibu()
790 790
791 791
792 - // this.getMemu()  
793 - // this.waibu()  
794 - // this.list = this.mumeList 792 + this.getMemu()
  793 + this.waibu()
  794 + this.list = this.mumeList
795 795
796 796
797 }, 797 },
admin-web-master/src/views/detect/analyse.vue
@@ -12,6 +12,11 @@ @@ -12,6 +12,11 @@
12 range-separator="-" start-placeholder="开始日期" end-placeholder="结束日期" 12 range-separator="-" start-placeholder="开始日期" end-placeholder="结束日期"
13 style="width: 300px;margin-right: 10px;" prefix-icon="none"> 13 style="width: 300px;margin-right: 10px;" prefix-icon="none">
14 </el-date-picker> 14 </el-date-picker>
  15 + <el-select v-model="msgList.belongingGreenwaySection" placeholder="请选择"
  16 + style="width: 168px;margin-right: 10px;">
  17 + <el-option :label="item.name" :value="item.code" v-for="(item,index) in lvdaoList"
  18 + :key="index"></el-option>
  19 + </el-select>
15 <el-button @click="onSubmit" style="background-color: #3F9B6A;color: #fff;">查询 20 <el-button @click="onSubmit" style="background-color: #3F9B6A;color: #fff;">查询
16 </el-button> 21 </el-button>
17 <el-button @click="resetting" class="buttonHover" 22 <el-button @click="resetting" class="buttonHover"
@@ -75,6 +80,10 @@ @@ -75,6 +80,10 @@
75 resourceSituationProportion, 80 resourceSituationProportion,
76 resourceUtilizationProportion, 81 resourceUtilizationProportion,
77 } from '@/api/newly.js' 82 } from '@/api/newly.js'
  83 + import {
  84 + lvdaoduan,
  85 + parkTrails
  86 + } from '@/api/information.js';
78 export default { 87 export default {
79 components: { 88 components: {
80 TitleWithCircle, 89 TitleWithCircle,
@@ -97,9 +106,7 @@ @@ -97,9 +106,7 @@
97 belongingGreenwaySection:'', 106 belongingGreenwaySection:'',
98 belongingParkTrail:'' 107 belongingParkTrail:''
99 }, 108 },
100 - formSel: {  
101 -  
102 - } 109 + lvdaoList: [],
103 } 110 }
104 }, 111 },
105 computed: {}, 112 computed: {},
@@ -115,13 +122,17 @@ @@ -115,13 +122,17 @@
115 this.pageindex.startTime, 122 this.pageindex.startTime,
116 this.pageindex.endTime 123 this.pageindex.endTime
117 ] 124 ]
118 - console.error(this.pageindex)  
119 this.getAll() 125 this.getAll()
120 - 126 + this.getlvdao()
121 }, 127 },
122 mounted() { 128 mounted() {
123 }, 129 },
124 methods: { 130 methods: {
  131 + async getlvdao(){
  132 + const lvdao = await lvdaoduan()
  133 + const gongyua = await parkTrails()
  134 + this.lvdaoList = lvdao.data.concat(gongyua.data)
  135 + },
125 initecharts1(datas) { 136 initecharts1(datas) {
126 let Dom = this.$refs.echarts1 137 let Dom = this.$refs.echarts1
127 let myChart = echarts.init(Dom); 138 let myChart = echarts.init(Dom);
@@ -396,7 +407,16 @@ @@ -396,7 +407,16 @@
396 endTime: this.FormTime[1] 407 endTime: this.FormTime[1]
397 } 408 }
398 409
399 - 410 + const res1 = await resourceQuantityGrowth(Msg)
  411 + const res2 = await resourceDistributionStatistics({...this.msgList})
  412 + const res3 = await resourceSituationProportion()
  413 +
  414 + const res4 = await resourceUtilizationProportion()
  415 +
  416 + this.initecharts1(res1.data)
  417 + this.initecharts2(res2.data)
  418 + this.initecharts3(res3.data)
  419 + this.initecharts4(res4.data)
400 }, 420 },
401 async gitOut() { 421 async gitOut() {
402 const content = this.$refs.contentToConvert; 422 const content = this.$refs.contentToConvert;
admin-web-master/src/views/promotion/audit.vue
@@ -105,8 +105,8 @@ @@ -105,8 +105,8 @@
105 </div> 105 </div>
106 </el-form-item> 106 </el-form-item>
107 <el-form-item label="宣传内容" class="grid-content bg-purple" prop="promotionContent"> 107 <el-form-item label="宣传内容" class="grid-content bg-purple" prop="promotionContent">
108 - <div style="padding:20px;" v-html="secondData.promotionContent"></div>  
109 - 108 + <div v-html="secondData.promotionContent" style="white-space: pre-wrap; height: auto;"></div>
  109 +
110 </el-form-item> 110 </el-form-item>
111 <!-- <el-form-item label="跳转链接" class="grid-content bg-purple" prop="eventAddrs"> 111 <!-- <el-form-item label="跳转链接" class="grid-content bg-purple" prop="eventAddrs">
112 <div style="padding:20px;">{{secondData.eventAddrs}}</div> 112 <div style="padding:20px;">{{secondData.eventAddrs}}</div>
@@ -725,6 +725,7 @@ actSp(item){ @@ -725,6 +725,7 @@ actSp(item){
725 this.index = val 725 this.index = val
726 this.MsgSp =true 726 this.MsgSp =true
727 }, 727 },
  728 +
728 } 729 }
729 } 730 }
730 </script> 731 </script>
@@ -741,9 +742,7 @@ actSp(item){ @@ -741,9 +742,7 @@ actSp(item){
741 742
742 } 743 }
743 744
744 - /deep/ .el-form-item__content {  
745 - line-height: 0;  
746 - } 745 +
747 746
748 747
749 748
@@ -815,10 +814,6 @@ actSp(item){ @@ -815,10 +814,6 @@ actSp(item){
815 height: 50px; 814 height: 50px;
816 } 815 }
817 816
818 - /deep/ .el-form--label-top .el-form-item__label {  
819 - padding: 0;  
820 - }  
821 -  
822 817
823 .pagination { 818 .pagination {
824 text-align: right; 819 text-align: right;
lvdao-miniapp/pagesA/projectManagement/projectManagement.vue
@@ -19,9 +19,9 @@ @@ -19,9 +19,9 @@
19 </view> 19 </view>
20 </view> --> 20 </view> -->
21 21
22 - <view class="screen-list"> 22 + <!-- <view class="screen-list">
23 <view style="margin-right:20px;" :class="listIn == index ?'color':''" @click="sel(item.state,index)" v-for="(item,index) in shenlist">{{item.title}}</view> 23 <view style="margin-right:20px;" :class="listIn == index ?'color':''" @click="sel(item.state,index)" v-for="(item,index) in shenlist">{{item.title}}</view>
24 - </view> 24 + </view> -->
25 <!-- 订单列表 --> 25 <!-- 订单列表 -->
26 <view class="goods-data"> 26 <view class="goods-data">
27 <view class="goods-list"> 27 <view class="goods-list">