Feature/0723/zr #9

Merged
chenzhen merged 27 commits from feature/0723/ZR into release/0.01 2026-08-08 14:23:42 +08:00
2 changed files with 3 additions and 0 deletions
Showing only changes of commit d8ee7b3263 - Show all commits
@@ -23,6 +23,7 @@ export const ACTION_TYPE_OPTIONS = [
{ value: '2', label: '上架赛事' },
{ value: '3', label: '禁用用户' },
{ value: '4', label: '启用用户' },
{ value: '7', label: '系统参数' },
] as const;
/** 操作类型文案映射 */
@@ -31,6 +32,7 @@ export const ACTION_TYPE_MAP: Record<number, string> = {
2: '上架赛事',
3: '禁用用户',
4: '启用用户',
7: '系统参数',
};
// ============================================================
1
@@ -99,6 +99,7 @@ export default defineComponent({
}}
placeholder="请输入参数编码"
allowClear
readonly={isEdit}
/>
</Form.Item>