wupengfei
2025-11-01 b8c0efefec84532e2d2ea9115e8a85e1b7c62f64
src/views/EmploymentManage/CheckManage.vue
@@ -164,7 +164,9 @@
      serviceFee: {
        type: 'money',
        formatter: (row) => {
          return `${row.serviceFee}${EnumBillingMethodUnitText[row.billingMethod]}`;
          return row.billingMethod === EnumBillingMethod.Face
            ? ''
            : `${row.serviceFee}${EnumBillingMethodUnitText[row.billingMethod]}`;
        },
      },
      settlementCycle: { type: 'enum', valueEnum: EnumSettlementCycleText },