diff --git a/collect_information/src/subPages/police/dailyInspection/dailyInspection.vue b/collect_information/src/subPages/police/dailyInspection/dailyInspection.vue index 23eccdf..228d511 100644 --- a/collect_information/src/subPages/police/dailyInspection/dailyInspection.vue +++ b/collect_information/src/subPages/police/dailyInspection/dailyInspection.vue @@ -25,11 +25,11 @@ - {{ item.name }}({{ item.totalScore }}分) + {{ item.name }}({{ item?.totalScore }}分) - -{{ item.currentScore }} + -{{ item?.currentScore }} diff --git a/collect_information/src/subPages/select/dailyLife/dailyLife.vue b/collect_information/src/subPages/select/dailyLife/dailyLife.vue index 8724b8d..487a13f 100644 --- a/collect_information/src/subPages/select/dailyLife/dailyLife.vue +++ b/collect_information/src/subPages/select/dailyLife/dailyLife.vue @@ -19,7 +19,7 @@ :key="i" style="margin-bottom: 20rpx" shape="button" - >{{ items.name }}{{ items.name}}