# 清理旧代码
This commit is contained in:
parent
ff998824a0
commit
cfa05ce41a
|
@ -21,50 +21,14 @@
|
||||||
></log-history-table>
|
></log-history-table>
|
||||||
</el-row>
|
</el-row>
|
||||||
|
|
||||||
<!-- <el-row :gutter="32">
|
|
||||||
<el-col :xs="24" :sm="24" :lg="8">
|
|
||||||
<div class="chart-wrapper">
|
|
||||||
<raddar-chart></raddar-chart>
|
|
||||||
</div>
|
|
||||||
</el-col>
|
|
||||||
<el-col :xs="24" :sm="24" :lg="8">
|
|
||||||
<div class="chart-wrapper">
|
|
||||||
<pie-chart></pie-chart>
|
|
||||||
</div>
|
|
||||||
</el-col>
|
|
||||||
<el-col :xs="24" :sm="24" :lg="8">
|
|
||||||
<div class="chart-wrapper">
|
|
||||||
<bar-chart></bar-chart>
|
|
||||||
</div>
|
|
||||||
</el-col>
|
|
||||||
</el-row> -->
|
|
||||||
|
|
||||||
<!-- <el-row :gutter="8"> -->
|
|
||||||
<!-- <el-col :xs="{span: 24}" :sm="{span: 24}" :md="{span: 24}" :lg="{span: 12}" :xl="{span: 12}" style="padding-right:8px;margin-bottom:30px;">
|
|
||||||
<transaction-table></transaction-table>
|
|
||||||
</el-col> -->
|
|
||||||
<!-- <el-col :xs="{span: 24}" :sm="{span: 12}" :md="{span: 12}" :lg="{span: 6}" :xl="{span: 5}" style="margin-bottom:30px;">
|
|
||||||
<todo-list></todo-list>
|
|
||||||
</el-col>
|
|
||||||
<el-col :xs="{span: 24}" :sm="{span: 12}" :md="{span: 12}" :lg="{span: 6}" :xl="{span: 5}" style="margin-bottom:30px;" >
|
|
||||||
<box-card></box-card>
|
|
||||||
</el-col>
|
|
||||||
</el-row> -->
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import GithubCorner from '@/components/GithubCorner'
|
|
||||||
import PanelGroup from './components/PanelGroup'
|
import PanelGroup from './components/PanelGroup'
|
||||||
import LineChart from './components/LineChart'
|
import LineChart from './components/LineChart'
|
||||||
import LogHistoryTable from './components/LogHistoryTable'
|
import LogHistoryTable from './components/LogHistoryTable'
|
||||||
import RaddarChart from './components/RaddarChart'
|
|
||||||
import PieChart from './components/PieChart'
|
|
||||||
import BarChart from './components/BarChart'
|
|
||||||
import TransactionTable from './components/TransactionTable'
|
import TransactionTable from './components/TransactionTable'
|
||||||
import TodoList from './components/TodoList'
|
|
||||||
import BoxCard from './components/BoxCard'
|
|
||||||
import
|
import
|
||||||
{
|
{
|
||||||
fetchDeviceLogStatistic,
|
fetchDeviceLogStatistic,
|
||||||
|
@ -88,16 +52,10 @@ const lineChartData = {
|
||||||
export default {
|
export default {
|
||||||
name: 'dashboard-admin',
|
name: 'dashboard-admin',
|
||||||
components: {
|
components: {
|
||||||
GithubCorner,
|
|
||||||
PanelGroup,
|
PanelGroup,
|
||||||
LineChart,
|
LineChart,
|
||||||
LogHistoryTable,
|
LogHistoryTable,
|
||||||
RaddarChart,
|
TransactionTable
|
||||||
PieChart,
|
|
||||||
BarChart,
|
|
||||||
TransactionTable,
|
|
||||||
TodoList,
|
|
||||||
BoxCard
|
|
||||||
},
|
},
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
|
|
Loading…
Reference in New Issue