Commit 319f303b005ac99b1a2c4eef5d19e6a2584c3373

Authored by wesley88
2 parents 486f224c 521b3983

Merge branch 'master' of http://39.98.150.180/webapp/GreenwayWeb

admin-web-master/dist.zip
No preview for this file type
admin-web-master/src/layout/index.vue
... ... @@ -200,17 +200,17 @@
200 200 }
201 201 }
202 202 return {
203   - // msg: [],
204   - // list: [],
  203 + msg: [],
  204 + list: [],
205 205 // msg: ['招商服务系统'],
206   - msg: ['招商服务系统', '推广策划系统', '在线商城系统', '支付服务模块', '票务'],
207   - list: [
208   - ['招商资源监测', '商家管理', '商铺租赁服务', '招商方案管理', '招商租赁管理', '广告服务', '轮播图设置', '商户意向管理', '问卷调查','客服服务管理', '系统设置'],
209   - ['品牌策划', '活动策划', '氛围策划', '媒体推广'],
210   - ['订单管理', '积分管理', '消息中心', '会员管理', '评论管理', '商品管理', '库存管理', '销售统计', '优惠券管理', '商城商家管理'],
211   - ['联机交易', '对账处理', '日志管理', '商户服务'],
212   - ['渠道售票统计分析', '销售额统计分析'],
213   - ],
  206 + // msg: ['招商服务系统', '推广策划系统', '在线商城系统', '支付服务模块', '票务'],
  207 + // list: [
  208 + // ['招商资源监测', '商家管理', '商铺租赁服务', '招商方案管理', '招商租赁管理', '广告服务', '轮播图设置', '商户意向管理', '问卷调查','客服服务管理', '系统设置'],
  209 + // ['品牌策划', '活动策划', '氛围策划', '媒体推广'],
  210 + // ['订单管理', '积分管理', '消息中心', '会员管理', '评论管理', '商品管理', '库存管理', '销售统计', '优惠券管理', '商城商家管理'],
  211 + // ['联机交易', '对账处理', '日志管理', '商户服务'],
  212 + // ['渠道售票统计分析', '销售额统计分析'],
  213 + // ],
214 214 listMune: [],
215 215 mumeList: [],
216 216 mumeChildren1: [],
... ... @@ -299,10 +299,10 @@
299 299 this.userAvatar = getUserAvatar()
300 300 },
301 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 308 methods: {
... ... @@ -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 12 range-separator="-" start-placeholder="开始日期" end-placeholder="结束日期"
13 13 style="width: 300px;margin-right: 10px;" prefix-icon="none">
14 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 20 <el-button @click="onSubmit" style="background-color: #3F9B6A;color: #fff;">查询
16 21 </el-button>
17 22 <el-button @click="resetting" class="buttonHover"
... ... @@ -75,6 +80,10 @@
75 80 resourceSituationProportion,
76 81 resourceUtilizationProportion,
77 82 } from '@/api/newly.js'
  83 + import {
  84 + lvdaoduan,
  85 + parkTrails
  86 + } from '@/api/information.js';
78 87 export default {
79 88 components: {
80 89 TitleWithCircle,
... ... @@ -97,9 +106,7 @@
97 106 belongingGreenwaySection:'',
98 107 belongingParkTrail:''
99 108 },
100   - formSel: {
101   -
102   - }
  109 + lvdaoList: [],
103 110 }
104 111 },
105 112 computed: {},
... ... @@ -115,13 +122,17 @@
115 122 this.pageindex.startTime,
116 123 this.pageindex.endTime
117 124 ]
118   - console.error(this.pageindex)
119 125 this.getAll()
120   -
  126 + this.getlvdao()
121 127 },
122 128 mounted() {
123 129 },
124 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 136 initecharts1(datas) {
126 137 let Dom = this.$refs.echarts1
127 138 let myChart = echarts.init(Dom);
... ... @@ -396,7 +407,16 @@
396 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 421 async gitOut() {
402 422 const content = this.$refs.contentToConvert;
... ...
admin-web-master/src/views/promotion/audit.vue
... ... @@ -105,8 +105,8 @@
105 105 </div>
106 106 </el-form-item>
107 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 110 </el-form-item>
111 111 <!-- <el-form-item label="跳转链接" class="grid-content bg-purple" prop="eventAddrs">
112 112 <div style="padding:20px;">{{secondData.eventAddrs}}</div>
... ... @@ -725,6 +725,7 @@ actSp(item){
725 725 this.index = val
726 726 this.MsgSp =true
727 727 },
  728 +
728 729 }
729 730 }
730 731 </script>
... ... @@ -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 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 818 .pagination {
824 819 text-align: right;
... ...
lvdao-miniapp/pagesA/projectManagement/projectManagement.vue
... ... @@ -19,9 +19,9 @@
19 19 </view>
20 20 </view> -->
21 21  
22   - <view class="screen-list">
  22 + <!-- <view class="screen-list">
23 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 26 <view class="goods-data">
27 27 <view class="goods-list">
... ...