梁展鹏 3 년 전
부모
커밋
540d20a64a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/statistics/downloadImage/index.vue

+ 1 - 1
src/views/statistics/downloadImage/index.vue

@@ -106,7 +106,7 @@ export default {
         {
           key: 'payablePrice',
           name: '花费金额/积分(还没折算)',
-          width: this.$col.b
+          width: this.$col.b,
           render: (h,{row}) => h('span',`¥${row.payablePrice}`)
         },
         {