🏪 商户认证管理
审核和管理商户认证申请
待审核申请
{{ stats.applications.pending }}
已通过
{{ stats.applications.approved }}
已拒绝
{{ stats.applications.rejected }}
认证商户总数
{{ stats.merchants.total }}
活跃商户
{{ stats.merchants.active }}
刷新
{{ formatDateTime(scope.row.created_at) }}
{{ scope.row.user_nickname || '未知用户' }}
{{ scope.row.user_phone }}
{{ getStatusText(scope.row.auth_status) }}
查看详情
通过
拒绝
刷新
{{ formatDateTime(scope.row.approved_at) }}
{{ scope.row.user_nickname || '未知用户' }}
{{ scope.row.user_phone }}
{{ scope.row.is_active ? '活跃' : '已停用' }}
查看详情
{{ currentApplication.user_nickname || '未知用户' }}
{{ formatDateTime(currentApplication.created_at) }}
{{ currentApplication.shop_name }}
{{ currentApplication.phone_number }}
{{ currentApplication.shop_address }}
{{ getStatusText(currentApplication.auth_status) }}
{{ currentApplication.reviewed_at ? formatDateTime(currentApplication.reviewed_at) : '--' }}
{{ currentApplication.reject_reason }}
营业执照
通过认证
拒绝认证
取消
确定拒绝
{{ currentMerchant.user_nickname || '未知用户' }}
{{ formatDateTime(currentMerchant.approved_at) }}
{{ currentMerchant.shop_name }}
{{ currentMerchant.phone_number }}
{{ currentMerchant.shop_address }}
{{ currentMerchant.is_active ? '活跃' : '已停用' }}
{{ currentMerchant.user_phone || '--' }}
营业执照
暂停认证
恢复认证
删除认证