mirror of
https://gitee.com/js-yhsec/energy_storage.git
synced 2026-05-27 18:59:26 +08:00
统计分析接口联调
This commit is contained in:
@@ -1,13 +1,21 @@
|
||||
<template>
|
||||
<div >
|
||||
|
||||
<div class="user">
|
||||
<SearchBox></SearchBox>
|
||||
|
||||
<div class="table-content">
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import SearchBox from '@/components/SearchBox.vue'
|
||||
export default {
|
||||
name: '',
|
||||
components:{
|
||||
SearchBox
|
||||
},
|
||||
props: {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user