wupengfei
5 小时以前 a4f6d77fb23c03aa7e6390fae30eff009833a573
fix: bug
1个文件已修改
4 ■■■■ 已修改文件
src/views/EmploymentManage/components/AddOrEditEmploymentView.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/EmploymentManage/components/AddOrEditEmploymentView.vue
@@ -277,9 +277,9 @@
const form = reactive({
  name: '',
  billingMethod: EnumBillingMethod.Month,
  billingMethod: EnumBillingMethod.Day,
  serviceFee: null,
  settlementCycle: EnumSettlementCycle.Month,
  settlementCycle: EnumSettlementCycle.Day,
  benefits: [] as string[],
  ageMinLimit: null,
  ageMaxLimit: null,