仪表盘
版本库
文件存储
活动
搜索
登录
IStation
/
Web.PHM.V1
PHM故障诊断(WEB前端):已废弃
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
添加健康评价模块
tanghaolin
2023-01-09
5bb13b470353a075404bf0cbe60a763932e0b5fc
[IStation/Web.PHM.V1.git]
/
src
/
views
/
main
/
istation
/
health
/
modelBinding.vue
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<template>
<div class="model-binding-page">
</div>
</template>
<script>
export default {
}
</script>
<style scoped>
.model-binding-page{
width: 100%;
height: 100%;
background: #fff;
}
</style>