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}`) } }, {