门店审核功能
This commit is contained in:
@@ -38,6 +38,12 @@ export const STORE_STATUS_LABELS: Record<string, string> = {
|
||||
CLOSED: '已关闭',
|
||||
};
|
||||
|
||||
export const STORE_AUDIT_STATUS_LABELS: Record<string, string> = {
|
||||
PENDING: '待审核',
|
||||
APPROVED: '已通过',
|
||||
REJECTED: '已驳回',
|
||||
};
|
||||
|
||||
export const ACCOUNT_STATUS_LABELS: Record<string, string> = {
|
||||
ACTIVE: '正常',
|
||||
DISABLED: '停用',
|
||||
|
||||
Reference in New Issue
Block a user