wupengfei
6 天以前 be70278c0dacccf99d598e6cd9b88ab2f60efc43
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]}`;
        },
      },
    },