feat(workorder): 更新工单管理功能并升级vxe-table
- 在workorder_online.vue中添加当前日期初始化逻辑 - 升级vxe-table及相关插件版本 - 重构vxe-table初始化代码 - 在workplan2.vue中添加物料异常统计功能 - 优化workorder2.vue的拖拽排序功能,使用vxe-table内置拖拽 - 更新dayjs插件配置,添加周数支持
This commit is contained in:
@@ -26,6 +26,7 @@
|
||||
"@microsoft/signalr": "^6.0.23",
|
||||
"@riophae/vue-treeselect": "0.4.0",
|
||||
"@vue/composition-api": "^1.7.2",
|
||||
"@vxe-ui/plugin-export-xlsx": "^3.2.3",
|
||||
"af-table-column": "^1.0.3",
|
||||
"animate.css": "^4.1.1",
|
||||
"axios": "^0.21.4",
|
||||
@@ -67,8 +68,8 @@
|
||||
"vue-seamless-scroll": "^1.1.23",
|
||||
"vuedraggable": "^2.20.0",
|
||||
"vuex": "3.6.0",
|
||||
"vxe-table": "^3.7.8",
|
||||
"vxe-table-plugin-export-xlsx": "legacy",
|
||||
"vxe-pc-ui": "^3.8.2",
|
||||
"vxe-table": "^3.16.8",
|
||||
"xe-utils": "^3.5.11",
|
||||
"xlsx": "^0.18.5"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user