riku
2025-04-28 3acec796e54dc2f5e7d93e8ca72db7da9ec46f60
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<template>
  <el-row class="fy-header"> 系统标题、时间、天气等信息 </el-row>
</template>
 
<script>
export default {
  props: {},
  data() {
    return {}
  },
  methods: {}
}
</script>
<style scoped></style>