zhengnaiwen_citu 4 달 전
부모
커밋
51ad2fee0c
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/views/salary/claim/components/form.vue

+ 1 - 0
src/views/salary/claim/components/form.vue

@@ -107,6 +107,7 @@ export default {
           prop: 'employeeProfitSharingRatio',
           type: 'input',
           slots: ['append'],
+          required: true,
           options: {
             placeholder: '请输入分润比例'
           },