梁展鹏 hace 3 años
padre
commit
540d20a64a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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}`)
         },
         {