梁展鹏 3 жил өмнө
parent
commit
540d20a64a

+ 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}`)
         },
         {