This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<ElDialog v-model="visible" title="设置实名认证策略" width="500px">
|
||||
<ElDialog v-model="visible" title="设置实名认证策略" width="35%">
|
||||
<ElForm ref="formRef" :model="form" :rules="rules" label-width="120px">
|
||||
<ElFormItem label="资产标识">
|
||||
<span style="font-weight: bold; color: #409eff">{{ assetIdentifier }}</span>
|
||||
@@ -21,7 +21,9 @@
|
||||
<p>说明:</p>
|
||||
<p>• <strong>无需实名</strong>:用户使用设备无需进行实名认证</p>
|
||||
<p>• <strong>先实名后充值/购买</strong>:用户必须先完成实名认证才能进行充值或购买套餐</p>
|
||||
<p>• <strong>先充值/购买后实名</strong>:用户可以先充值或购买套餐,之后需要完成实名认证</p>
|
||||
<p
|
||||
>• <strong>先充值/购买后实名</strong>:用户可以先充值或购买套餐,之后需要完成实名认证</p
|
||||
>
|
||||
</div>
|
||||
</ElFormItem>
|
||||
</ElForm>
|
||||
|
||||
Reference in New Issue
Block a user