feat(router): 添加数字钢卷路由

feat(components): 为MutiSelect组件添加collapseTags属性

feat(views): 新增酸连轧系统页面及组件

feat(views): 添加数字钢卷信息展示组件

refactor(views): 重构基础面板组件,支持数字钢卷功能
This commit is contained in:
2026-04-24 17:49:11 +08:00
parent 594a921880
commit c5fa84df98
11 changed files with 2339 additions and 7 deletions

View File

@@ -11,6 +11,7 @@
:allow-create="allowAdd"
:disabled="disabled"
:size="size"
:collapse-tags="collapseTags"
@change="handleChange"
>
<!-- 全选选项 -->
@@ -98,6 +99,10 @@
showSelectAll: {
type: Boolean,
default: true
},
collapseTags: {
type: Boolean,
default: true
}
},
// 计算属性捕获实现双向绑定