zhengyiming
8 天以前 ea419e5d4d95728a5654b0cb4bb3fb7634e2660a
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]}`;
        },
      },
    },