仪表盘
版本库
文件存储
活动
搜索
登录
main
/
satellite-vue
卫星遥测数据分析系统
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
新增对比色
Riku
2025-01-01
7b1293cec33b47680f08756bd1f8518d3cb1a729
[satellite-vue.git]
/
src
/
views
/
satellitetelemetry
/
component
/
SatelliteDataMix.vue
1
2
3
4
5
6
7
8
9
10
<template>
<el-row class="wrap">
<BaseCard size="medium" direction="left">
<template #content>
</template>
<template #footer> </template>
</BaseCard>
</el-row>
</template>