fix: 小改动

This commit is contained in:
ZhuRui
2026-08-07 18:42:06 +08:00
parent 3f47005f76
commit d8ee7b3263
2 changed files with 3 additions and 0 deletions
@@ -23,6 +23,7 @@ export const ACTION_TYPE_OPTIONS = [
{ value: '2', label: '上架赛事' }, { value: '2', label: '上架赛事' },
{ value: '3', label: '禁用用户' }, { value: '3', label: '禁用用户' },
{ value: '4', label: '启用用户' }, { value: '4', label: '启用用户' },
{ value: '7', label: '系统参数' },
] as const; ] as const;
/** 操作类型文案映射 */ /** 操作类型文案映射 */
@@ -31,6 +32,7 @@ export const ACTION_TYPE_MAP: Record<number, string> = {
2: '上架赛事', 2: '上架赛事',
3: '禁用用户', 3: '禁用用户',
4: '启用用户', 4: '启用用户',
7: '系统参数',
}; };
// ============================================================ // ============================================================
@@ -99,6 +99,7 @@ export default defineComponent({
}} }}
placeholder="请输入参数编码" placeholder="请输入参数编码"
allowClear allowClear
readonly={isEdit}
/> />
</Form.Item> </Form.Item>