소스 검색

参数变更

zhengnaiwen_citu 6 달 전
부모
커밋
63e3bfbf06
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/accumulatePoints/components/accumulatePointsApplyDetails.vue

+ 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' }
       ],