|
@@ -136,6 +136,7 @@ import reviewHistory from './patentMessage/history/reviewHistory.vue'
|
|
|
import otherReferences from './patentMessage/history/otherReferences.vue'
|
|
|
import InvalidHistory from './patentMessage/history/InvalidHistory.vue'
|
|
|
import HistoryOfInvalidEvidence from './patentMessage/history/HistoryOfInvalidEvidence.vue'
|
|
|
+import PatentWorth from './patentMessage/history/echarts/components/echarts.vue'
|
|
|
|
|
|
|
|
|
import { projectData, handleData } from '../../patentCollection/components/mixins/index'
|
|
@@ -159,6 +160,7 @@ export default {
|
|
|
otherReferences,
|
|
|
InvalidHistory,
|
|
|
HistoryOfInvalidEvidence,
|
|
|
+ PatentWorth,
|
|
|
|
|
|
PatentField,
|
|
|
addAndEditReport,
|
|
@@ -272,7 +274,7 @@ export default {
|
|
|
label: '商品化'
|
|
|
},
|
|
|
{
|
|
|
- value: 'patentWorth',
|
|
|
+ value: 'PatentWorth',
|
|
|
// show: this.$permission('/workspace/patent/worth') ? false : true,
|
|
|
label: '价值曲线'
|
|
|
},
|
|
@@ -288,10 +290,10 @@ export default {
|
|
|
value: 'HistoryOfInvalidEvidence',
|
|
|
label: '作为无效证据使用历史'
|
|
|
},
|
|
|
- {
|
|
|
- value: 'InvalidEvidencePush',
|
|
|
- label: '无效证据推荐'
|
|
|
- },
|
|
|
+ // {
|
|
|
+ // value: 'InvalidEvidencePush',
|
|
|
+ // label: '无效证据推荐'
|
|
|
+ // },
|
|
|
{
|
|
|
value: 'litigationHistory',
|
|
|
label: '诉讼历史'
|