Commit 92cdec88 authored by cat's avatar cat

控制台

parent d84972a3
...@@ -4,7 +4,7 @@ import { exportConfig } from '../system/config' ...@@ -4,7 +4,7 @@ import { exportConfig } from '../system/config'
// 查询角色列表 // 查询角色列表
export function listCheck(query) { export function listCheck(query) {
return request({ return request({
url: '/wbwarehouse/queryWbWarehouseByPagination', url: '/WeHomePage/queryWeHomePtype1',
method: 'get', method: 'get',
params: query params: query
}) })
......
...@@ -78,6 +78,45 @@ ...@@ -78,6 +78,45 @@
</el-row> </el-row>
</el-card> </el-card>
</div> </div>
<!-- 访客数据-->
<div class="controlPlatform-footer">
<el-row :gutter="10">
<el-col :span="12">
<el-card style="height: 393px">
<div style="display: flex;justify-content: space-between">
<div class="controlSpan_middle">
访客数据(今日)
</div>
<div>
当前院内访客: <span style="color: #333333;font-size: 16px;font-weight: bold">20</span>
</div>
</div>
<el-divider class="chosenOne-divider"/>
<div id="echarts-visitor" class="span_1" style="margin-top: -20px">
<div id="dataCharts_visitor" ref="chart_data" style="height: 350px"/>
</div>
</el-card>
</el-col>
<el-col :span="12">
<el-card style="height: 393px">
<div style="display: flex;justify-content: space-between">
<div class="controlSpan_middle">
访客数据(今日)
</div>
<div>
当前院内访客: <span style="color: #333333;font-size: 16px;font-weight: bold">20</span>
</div>
</div>
<el-divider class="chosenOne-divider"/>
<div id="echarts-visitor" class="span_1" style="margin-top: -20px">
<div id="dataCharts_visitor" ref="chart_data" style="height: 350px"/>
</div>
</el-card>
</el-col>
</el-row>
</div>
<!-- 数据统计-->
<div class="controlPlatform-body"> <div class="controlPlatform-body">
<el-row :gutter="10" style="margin-bottom: 10px"> <el-row :gutter="10" style="margin-bottom: 10px">
<el-col :span="16"> <el-col :span="16">
...@@ -156,63 +195,6 @@ ...@@ -156,63 +195,6 @@
</el-col> </el-col>
</el-row> </el-row>
</div> </div>
<div class="controlPlatform-footer">
<el-row :gutter="10">
<el-col :span="10">
<el-card style="height: 393px">
<div style="display: flex;justify-content: space-between">
<div class="controlSpan_middle">
访客数据(今日)
</div>
<div>
当前院内访客: <span style="color: #333333;font-size: 16px;font-weight: bold">20</span>
</div>
</div>
<el-divider class="chosenOne-divider"/>
<div id="echarts-visitor" class="span_1" style="margin-top: -20px">
<div id="dataCharts_visitor" ref="chart_data" style="height: 350px"/>
</div>
</el-card>
</el-col>
<el-col :span="14">
<el-card style="min-height: 393px">
<el-row>
<el-col :span="12">
<div class="end_title">留言</div>
</el-col>
<!-- <el-col :span="12">-->
<!-- <div style="float: right">-->
<!-- <el-button style="padding-right: 0; color: #666" type="text" @click="$router.push({path:'/sf/lawer/LeaveMessage/index'})">查看更多-->
<!-- <i class="el-icon-arrow-right" />-->
<!-- </el-button>-->
<!-- </div>-->
<!-- </el-col>-->
</el-row>
<el-divider class="controlDivider"/>
<div class="end_table">
<el-table
class="table-list"
:data="tableList"
>
<el-table-column type="index" label="序号" width="55"/>
<el-table-column label="留言人" prop="userName"/>
<el-table-column label="标题" prop="leaveTitle"/>
<el-table-column label="留言时间" prop="leaveDate"/>
<el-table-column
label="操作"
width="150"
>
<template slot-scope="scope">
<el-button style="padding: 0!important;" type="text" size="small">查看</el-button>
<el-button style="padding: 0!important;margin-left: 13px;" type="text" size="small">删除</el-button>
</template>
</el-table-column>
</el-table>
</div>
</el-card>
</el-col>
</el-row>
</div>
</div> </div>
</template> </template>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment