Преглед на файлове

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

Karsa преди 5 месеца
родител
ревизия
b4c318c2f8
променени са 3 файла, в които са добавени 3 реда и са изтрити 3 реда
  1. 1 1
      src/mixins/reportApproveConfig.js
  2. 1 1
      src/views/BI_manage/index.vue
  3. 1 1
      src/views/home_manage/components/SelectBoard.vue

+ 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=>{