From b7647d87bcee54a22daa6c01f77df50ff07d6aac Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Mon, 26 Dec 2022 14:04:49 +0800 Subject: [PATCH] bug --- project/hlj/app/AppRecoScore/components/List.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/hlj/app/AppRecoScore/components/List.vue b/project/hlj/app/AppRecoScore/components/List.vue index 9cdc73f2..500f5e03 100644 --- a/project/hlj/app/AppRecoScore/components/List.vue +++ b/project/hlj/app/AppRecoScore/components/List.vue @@ -184,7 +184,7 @@ return h('span', { style: { } - }, `${row.overPhr}/${row.totalPhr}`) + }, `${row.overPhr}/${row.totalPhr - row.overPhr}`) } }, {