wupengfei
3 天以前 ffe106598cb2def7e7e905695f5d6893eddcf3fd
src/views/TaskManage/TaskManageList.vue
@@ -154,7 +154,9 @@
      serviceFee: {
        type: 'money',
        formatter: (row) => {
          return `${row.serviceFee}${EnumBillingMethodUnitText[row.billingMethod]}`;
          return row.billingMethod === EnumBillingMethod.Face
            ? ''
            : `${row.serviceFee}${EnumBillingMethodUnitText[row.billingMethod]}`;
        },
      },
    },