公告板
版本库
filestore
活动
搜索
登录
main
/
JC26WMS
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
储位图例调整
yyk
2024-08-22
65e13b7518fe3076f8768c330f67027ce19e81d9
[JC26WMS.git]
/
HTML
/
vueJs
/
src
/
components
/
cell
/
index.js
1
2
3
4
5
import Cell from './cell.vue';
import CellGroup from './cell-group.vue';
Cell.Group = CellGroup;
export default Cell;