公告板
版本库
filestore
活动
搜索
登录
main
/
JC34WMS
石药百克生物制药
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
编写接收SAP下发入库单接口
wxw
2025-06-28
22428c74e4b57c87a979a8f2f199e0e8e34dbb86
[JC34WMS.git]
/
HTML
/
vueJs
/
src
/
components
/
list
/
index.js
1
2
3
4
5
6
7
8
import List from './list.vue';
import ListItem from './list-item.vue';
import ListItemMeta from './list-item-meta.vue';
List.Item = ListItem;
List.Item.Meta = ListItemMeta;
export default List;