소스 검색

fix: 修改证书类型交互方式

max 7 달 전
부모
커밋
fb86db3805
1개의 변경된 파일5개의 추가작업 그리고 2개의 파일을 삭제
  1. 5 2
      src/modules/payment/views/individual.vue

+ 5 - 2
src/modules/payment/views/individual.vue

@@ -89,8 +89,11 @@ const Upsert = useUpsert({
 		{
 			label: '证书类型',
 			prop: 'certificate_type',
-			component: { name: 'el-checkbox-group', options: [], props: {} },
-			value: [],
+			component: {
+				name: 'el-select',
+				options: [],
+				props: { clearable: true }
+			},
 			required: true
 		},
 		{