zhengnaiwen_citu il y a 6 mois
Parent
commit
63e3bfbf06

+ 1 - 1
src/views/accumulatePoints/components/accumulatePointsApplyDetails.vue

@@ -33,7 +33,7 @@ export default {
       headers: [
         { label: '分类', prop: 'category' },
         { label: '积分类型', prop: 'title' },
-        { label: '积分值', prop: 'inputValue' },
+        { label: '积分值', prop: 'score', align: 'center' },
         { label: '描述', prop: 'desc' },
         { label: '操作', prop: 'actions' }
       ],