lilei 2 lat temu
rodzic
commit
fc77c03c38

BIN
src/assets/s1.png


BIN
src/assets/s2.png


BIN
src/assets/s3.png


+ 3 - 3
src/config/router.config.js

@@ -197,7 +197,7 @@ export const asyncRouterMap = [
         meta: {
           title: '数据统计',
           icon: 'hdd',
-          // permission: 'M_dataStatistics'
+          permission: 'M_dataStatistics'
         },
         children: [
           {
@@ -208,7 +208,7 @@ export const asyncRouterMap = [
             meta: {
               title: '用户分析',
               icon: 'monitor',
-              // permission: 'M_userAnalysisList'
+              permission: 'M_userAnalysisList'
             },
             hideChildrenInMenu: true,
             children: [
@@ -258,7 +258,7 @@ export const asyncRouterMap = [
             meta: {
               title: '订单数据汇总',
               icon: 'user',
-              // permission: 'M_orderDataSummary'
+              permission: 'M_orderDataSummary'
             }
           },
         ]

+ 7 - 0
src/views/numsGoodsShelves/redPacket/shelfModal.vue

@@ -131,6 +131,13 @@ export default {
     // 表格选中项
     rowSelectionFun (obj) {
       this.rowSelectionInfo = obj || null
+      const ret = []
+      this.rowSelectionInfo.selectedRowKeys.map(item => {
+        ret.push({
+          'shelfSn': item
+        })
+      })
+      this.checkedList = ret
     },
     // 经销商 change
     dealerChange (obj) {

+ 2 - 2
vue.config.js

@@ -108,8 +108,8 @@ const vueConfig = {
     // If you want to turn on the proxy, please remove the mockjs /src/main.jsL11
     proxy: {
       '/api': {
-        // target: 'http://p.xprh.360arrow.com/xprh-admin',
-        target: 'http://192.168.0.115:8701/xprh-admin',
+        target: 'http://p.xprh.360arrow.com/xprh-admin',
+        // target: 'http://192.168.0.115:8701/xprh-admin',
         // ws: false,
         ws: true,
         changeOrigin: true,