|
|
@ -72,13 +72,13 @@ |
|
|
|
<el-tag type="primary" v-if="scope.row.status == '0' || scope.row.status == null"> |
|
|
|
{{ $t('business.userManager.userVerification.statusUnverified') }} |
|
|
|
</el-tag> |
|
|
|
<el-tag type="success" v-if="scope.row.status == '1'"> |
|
|
|
<el-tag type="warning" v-if="scope.row.status == '1'"> |
|
|
|
{{ $t('business.userManager.userVerification.statusPending') }} |
|
|
|
</el-tag> |
|
|
|
<el-tag type="danger" v-if="scope.row.status == '2'"> |
|
|
|
<el-tag type="success" v-if="scope.row.status == '2'"> |
|
|
|
{{ $t('business.userManager.userVerification.statusVerified') }} |
|
|
|
</el-tag> |
|
|
|
<el-tag type="warning" v-if="scope.row.status == '3'"> |
|
|
|
<el-tag type="danger" v-if="scope.row.status == '3'"> |
|
|
|
{{ $t('business.userManager.userVerification.statusFailed') }} |
|
|
|
</el-tag> |
|
|
|
</template> |
|
|
|