From 11f7fa37aa6b11a29a2c27c3936c450ada5cb7b6 Mon Sep 17 00:00:00 2001 From: dj <1042039504@qq.com> Date: Sun, 20 Apr 2025 13:01:43 +0800 Subject: [PATCH] =?UTF-8?q?feat=20:=20=E5=B9=B4=E5=BA=A6=E8=AE=A1=E5=88=92?= =?UTF-8?q?=E6=96=B0=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/plan/detail.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}