仪表盘
版本库
文件存储
活动
搜索
登录
main
/
smart-web
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
1
lzhe
2024-05-08
b03d80f7743535f6a2fa830c7ab79f8fa3c3eeed
[smart-web.git]
/
src
/
views
/
console
/
basic-data
/
material-warehousing-data
/
material-info.vue
1
2
3
4
5
6
7
8
9
10
11
12
13
<template>
<div>
物料信息
</div>
</template>
<script>
export default {
}
</script>
<style lang="scss" scoped></style>