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