公告板
版本库
filestore
活动
搜索
登录
main
/
power_system_for_sx
山西电力前端项目
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
标准参数管理
whychdw
2025-06-06
d0f98ad8e1047e3161a458399ad3005404ed87b8
[power_system_for_sx.git]
/
src
/
views
/
history
/
hisReal.vue
1
2
3
4
5
6
7
8
9
10
11
12
13
<script setup name="hisReal">
import { ref } from "vue";
</script>
<template>
<div class="">hisReal</div>
</template>
<style scoped lang="less">
</style>