feat(异常管理): 重构异常管理界面并新增多选组件
- 新增MutiSelect组件支持下拉多选和复选框两种模式 - 重构异常管理界面,支持直接在表格中编辑异常记录 - 优化钢卷信息展示,增加刷新功能 - 修改AbnormalForm组件,使用MutiSelect替代原有单选组件 - 确保异常记录列表始终显示至少10行,方便快速添加
This commit is contained in:
@@ -46,6 +46,7 @@ import VueMeta from 'vue-meta'
|
||||
import DictData from '@/components/DictData'
|
||||
import KLPTable from '@/components/KLPUI/KLPTable/index.vue'
|
||||
import MemoInput from '@/components/MemoInput/index.vue'
|
||||
import MutiSelect from '@/components/MutiSelect/index.vue'
|
||||
import CurrentCoilNo from '@/components/KLPService/Renderer/CurrentCoilNo.vue'
|
||||
import DictSelect from '@/components/DictSelect'
|
||||
|
||||
@@ -81,6 +82,7 @@ Vue.component('ImageUpload', ImageUpload)
|
||||
Vue.component('ImagePreview', ImagePreview)
|
||||
Vue.component('KLPTable', KLPTable)
|
||||
Vue.component('MemoInput', MemoInput)
|
||||
Vue.component('MutiSelect', MutiSelect)
|
||||
Vue.component('DictSelect', DictSelect)
|
||||
|
||||
Vue.component('CurrentCoilNo', CurrentCoilNo)
|
||||
|
||||
Reference in New Issue
Block a user