Skip to content

Commit e6a5581

Browse files
author
githubnull
committed
feat: 优化添加任务页面扫描配置UI - 添加预设类型下拉选择器(默认/常用/历史配置) - 不同类型预设使用不同背景色区分 - 预设选择时即时更新参数预览 - 操作按钮居中显示并统一高度 - 完善按钮禁用逻辑和提示信息
1 parent 995b39e commit e6a5581

File tree

3 files changed

+909
-77
lines changed

3 files changed

+909
-77
lines changed

src/frontEnd/src/components.d.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ export {}
1111
/* prettier-ignore */
1212
declare module 'vue' {
1313
export interface GlobalComponents {
14-
Avatar: typeof import('primevue/avatar')['default']
1514
Badge: typeof import('primevue/badge')['default']
1615
Button: typeof import('primevue/button')['default']
1716
Card: typeof import('primevue/card')['default']

0 commit comments

Comments
 (0)