Przeglądaj źródła

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

max 7 miesięcy temu
rodzic
commit
fb86db3805
1 zmienionych plików z 5 dodań i 2 usunięć
  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
 		},
 		{