🎨 新增讲师申请审核页,新增vip管理页面
This commit is contained in:
@@ -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',
|
||||
|
Reference in New Issue
Block a user