zhongrj
2026-06-02 0299e41c6692684d943b4a206472a86ea84ea4b5
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!--
 * @Author: shuishen 1109946754@qq.com
 * @Date: 2023-05-13 15:52:01
 * @LastEditors: shuishen 1109946754@qq.com
 * @LastEditTime: 2023-05-13 15:59:19
 * @FilePath: \web\bigScreen\src\views\csmodel\components\reservoirSurvey.vue
 * @Description: 
 * 
 * Copyright (c) 2023 by ${git_name_email}, All Rights Reserved. 
-->
<template>
    <div>
        <reservoir-pie-single></reservoir-pie-single>
    </div>
</template>
 
<script>
import reservoirPieSingle from './echarts/reservoirPieSingle.vue'
 
export default {
    components: { reservoirPieSingle },
}
</script>
 
<style lang="scss" scoped></style>