Преглед изворни кода

Merge branch 'debug' of http://8.136.199.33:3000/eta_gn_front/eta_front into debug

Karsa пре 5 месеци
родитељ
комит
b4c318c2f8

+ 1 - 1
src/mixins/reportApproveConfig.js

@@ -54,7 +54,7 @@ export default{
                 ReportType:type,
                 ClassifyFirstId:classify[0]||0,
                 ClassifySecondId:classify[1]||0,
-                ClassifyThirId:classify[2]||0,
+                ClassifyThirdId:classify[2]||0,
             }
             approveInterence.checkClassifyApprove(params).then(res=>{
                 this.checkLoading=false

+ 1 - 1
src/views/BI_manage/index.vue

@@ -294,7 +294,7 @@ export default {
             })
           },
           {
-            label: '共享给我的',
+            label: '收到共享',
             value: 'other_share',
             children: otherArr.map(item => {
               const cArr=item.DashboardList.map(_i=>{

+ 1 - 1
src/views/home_manage/components/SelectBoard.vue

@@ -147,7 +147,7 @@ export default {
             })
           },
           {
-            label: '共享给我的',
+            label: '收到共享',
             value: 'other_share',
             children: otherArr.map(item => {
               const cArr=item.DashboardList.map(_i=>{