仪表盘
版本库
文件存储
活动
搜索
登录
main
/
satellite-vue
卫星遥测数据分析系统
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
Merge remote-tracking branch 'origin/hc-satellite-dataimport-1227_2' into m...
Riku
2025-01-01
f4b965dbad0b4f5693b6271232ef4120ba39ddae
[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>