🎨 新增讲师申请审核页,新增vip管理页面

This commit is contained in:
2025-09-02 20:32:51 +08:00
parent f3ac0bb511
commit 5f470478cd
5 changed files with 716 additions and 4 deletions

View File

@@ -1,6 +1,10 @@
import {getDict} from '@/utils/dictionary'
export let userStatus = await getDict('user-status')
export const ORDER_SEARCH_CONFIG = [
// 移除 top-level await改为静态配置
export const userStatus = [
{ label: '启用', value: 1 },
{ label: '禁用', value: 0 }
]
export const ORDER_SEARCH_CONFIG = [
{
type: 'input',
prop:'order_no',