仪表盘
版本库
文件存储
活动
搜索
登录
邓俊杰
/
TaiYuanTaiZhong
分支自
SuZhouGuanHong/TaiYuanTaiZhong
概况
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
检测上料逻辑修改,无有料货位时写入不允许桁架进入信号
dengjunjie
2024-05-07
46f7bf1ee45c97b688a370bbe45d149efb403cc1
[~dengjunjie/TaiYuanTaiZhong.git]
/
代码管理
/
PCS
/
WCS_Client
/
src
/
components
/
basic
/
ViewGrid
/
index.js
1
2
3
4
5
6
7
import Grid from './ViewGrid.vue'
const ViewGrid = {
install: function (app) {
app.component('ViewGrid', Grid)
}
}
export default ViewGrid