diff --git a/project/hlj/app/AppRatingTask/components/Detail.vue b/project/hlj/app/AppRatingTask/components/Detail.vue index f706d05a..2d6bcfd0 100644 --- a/project/hlj/app/AppRatingTask/components/Detail.vue +++ b/project/hlj/app/AppRatingTask/components/Detail.vue @@ -163,7 +163,7 @@ style: { width: '300px' } - }, `${row.overPhr}/${row.totalPhr}`) + }, `${row.overPhr}/${row.totalPhr - row.overPhr}`) } }, { diff --git a/project/hlj/app/AppRatingTask/components/FormDetail.vue b/project/hlj/app/AppRatingTask/components/FormDetail.vue index 4be8888f..2508e92b 100644 --- a/project/hlj/app/AppRatingTask/components/FormDetail.vue +++ b/project/hlj/app/AppRatingTask/components/FormDetail.vue @@ -14,7 +14,7 @@ - 已填写{{ info.overPhr }}份,还剩{{ info.totalPhr }}份 + 已填写{{ info.overPhr }}份,还剩{{ info.totalPhr - info.overPhr }}份