diff --git a/src/views/plan/detail.vue b/src/views/plan/detail.vue index 81ac1fd..0d2e84b 100644 --- a/src/views/plan/detail.vue +++ b/src/views/plan/detail.vue @@ -125,7 +125,7 @@ 论文论著({{ scope.row.thesis ? scope.row.thesis : 0 }})项,
研究报告({{ scope.row.researchReport ? scope.row.researchReport : 0 }})项,
商标({{ scope.row.trademark ? scope.row.trademark : 0 }})项,
- 其他 {{ scope.row.other ? scope.row.other : 0 }} + 其他项:
{{ scope.row.other ? scope.row.other : 0 }}