f
This commit is contained in:
@@ -162,6 +162,8 @@ export function useInquireForm(featureRef) {
|
|||||||
toc_EnterpriseRelation: ["idCard"],
|
toc_EnterpriseRelation: ["idCard"],
|
||||||
toc_BankcardFourFactors: ["mobile", "idCard", "bankCard", "name"],
|
toc_BankcardFourFactors: ["mobile", "idCard", "bankCard", "name"],
|
||||||
toc_BankcardBlacklist: ["mobile", "idCard", "name", "bankCard"],
|
toc_BankcardBlacklist: ["mobile", "idCard", "name", "bankCard"],
|
||||||
|
|
||||||
|
backgroundcheck: ["name", "idCard", "mobile"],
|
||||||
};
|
};
|
||||||
|
|
||||||
// 当前 feature 名称
|
// 当前 feature 名称
|
||||||
|
|||||||
@@ -82,6 +82,7 @@ defineExpose({
|
|||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<div class="card">
|
<div class="card">
|
||||||
<div class="status-info flex flex-col items-center">
|
<div class="status-info flex flex-col items-center">
|
||||||
|
|||||||
Reference in New Issue
Block a user