소스 검색

许可历史等权限修改为/rms

zhuhao 2 년 전
부모
커밋
8a8bc856ce

+ 3 - 3
RMS-FrontEnd/src/views/components/articles/ContrastIndex.vue

@@ -211,17 +211,17 @@ export default {
         // },
         {
           value:'Permit',
-          show:this.$permission('/workspace/patent/worth')?false:true,
+          show:this.$permission('/rms/patent/worth')?false:true,
           label:'许可历史'
         },
         {
           value:'ProductManage',
-          show:this.$permission('/workspace/product')?false:true,
+          show:this.$permission('/rms/product')?false:true,
           label:'商品化'
         },
         {
           value:'patentWorth',
-          show:this.$permission('/workspace/patent/worth')?false:true,
+          show:this.$permission('/rms/patent/worth')?false:true,
           label:'价值曲线'
         }
       ],

+ 3 - 3
RMS-FrontEnd/src/views/components/articles/index.vue

@@ -317,17 +317,17 @@ export default {
         // },
         {
           value:'Permit',
-          show:this.$permission('/workspace/patent/worth')?false:true,
+          show:this.$permission('/rms/patent/worth')?false:true,
           label:'许可历史'
         },
         {
           value:'ProductManage',
-          show:this.$permission('/workspace/product')?false:true,
+          show:this.$permission('/rms/product')?false:true,
           label:'商品化'
         },
         {
           value:'patentWorth',
-          show:this.$permission('/workspace/patent/worth')?false:true,
+          show:this.$permission('/rms/patent/worth')?false:true,
           label:'价值曲线'
         }
       ],

+ 3 - 3
RMS-FrontEnd/src/views/report/FTO/FTOPage/components/ContrasrProduct.vue

@@ -299,17 +299,17 @@ export default {
         // },
         {
           value:'Permit',
-          show:this.$permission('/workspace/patent/worth')?false:true,
+          show:this.$permission('/rms/patent/worth')?false:true,
           label:'许可历史'
         },
         {
           value:'ProductManage2',
-          show:this.$permission('/workspace/product')?false:true,
+          show:this.$permission('/rms/product')?false:true,
           label:'商品化'
         },
         {
           value:'patentWorth',
-          show:this.$permission('/workspace/patent/worth')?false:true,
+          show:this.$permission('/rms/patent/worth')?false:true,
           label:'价值曲线'
         }
       ],

+ 3 - 3
RMS-FrontEnd/src/views/report/FTO/FTOPage/components/patentMessage.vue

@@ -201,17 +201,17 @@ import { splitScreen1 } from '@/views/components/common/SplitScreen'
         // },
         {
           value:'Permit',
-          show:this.$permission('/workspace/patent/worth')?false:true,
+          show:this.$permission('/rms/patent/worth')?false:true,
           label:'许可历史'
         },
         {
           value:'ProductManage',
-          show:this.$permission('/workspace/product')?false:true,
+          show:this.$permission('/rms/product')?false:true,
           label:'商品化'
         },
         {
           value:'patentWorth',
-          show:this.$permission('/workspace/patent/worth')?false:true,
+          show:this.$permission('/rms/patent/worth')?false:true,
           label:'价值曲线'
         }
       ],