Ver código fonte

Merge branch 'v_BI' into debug

jwyu 5 meses atrás
pai
commit
191195c840

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