feat(字典组件): 添加DictSelect组件并替换多处muti-select
添加DictSelect组件作为全局组件,并在多个报表模板中替换原有的muti-select组件 优化字典项筛选逻辑,调整样式和提示文本
This commit is contained in:
@@ -47,6 +47,7 @@ import DictData from '@/components/DictData'
|
||||
import KLPTable from '@/components/KLPUI/KLPTable/index.vue'
|
||||
import MemoInput from '@/components/MemoInput/index.vue'
|
||||
import CurrentCoilNo from '@/components/KLPService/Renderer/CurrentCoilNo.vue'
|
||||
import DictSelect from '@/components/DictSelect'
|
||||
|
||||
// 初始化所有列
|
||||
import { initAllColumns } from '@/views/wms/report/js/column.js'
|
||||
@@ -76,6 +77,7 @@ Vue.component('ImageUpload', ImageUpload)
|
||||
Vue.component('ImagePreview', ImagePreview)
|
||||
Vue.component('KLPTable', KLPTable)
|
||||
Vue.component('MemoInput', MemoInput)
|
||||
Vue.component('DictSelect', DictSelect)
|
||||
|
||||
Vue.component('CurrentCoilNo', CurrentCoilNo)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user