Commit 0e16c9b2 by liuchenxi

update: ui

parent 4905e5e5
......@@ -402,7 +402,7 @@
<div>
<div>
<label class="inline-block w-98 label-unit">时间精度
<el-popover placement="top-end" trigger="hover">
<el-popover placement="top" trigger="hover">
<template>
<span style="font-weight: 600">选择【天】:</span><br />当天:选择相对时段为“当天”,那么统计的是当天凌晨至当前时间内的数据;<br />最近X天:选择相对时间段为“最近2天”,那么系统在8月5号统计的是8.3-8.4号的数据;系统在8月7号统计的是8.5-8.6号的数据;<br/>之后X天:选择相对时间段为“之后2天”,那么系统在8月5号统计的是8.6-8.7号的数据,系统在8月7号统计的是8.8-8.9号的数据;<br/>
<span style="font-weight: 600">选择【月】:</span><br />当月:选择相对时段为“当月”,那么统计的是当月1号至当前时间的数据;<br />最近X月:选择相对时间段为“最近2月”,那么系统在8月统计的是6.1-7.31号的数据;系统在9月统计的是7.1-8.31号的数据;<br />之后X月:选择相对时段为"之后2月",那么系统在8月统计的是9.1-10.31号的数据;系统在9月统计的是10.1-11.30号的数据;<br/>
......@@ -653,7 +653,7 @@
<div>
<div>
<label class="inline-block w-98 label-unit">时间精度
<el-popover placement="top-end" trigger="hover">
<el-popover placement="top" trigger="hover">
<template>
<span style="font-weight: 600">选择【天】:</span><br />当天:选择相对时段为“当天”,那么统计的是当天凌晨至当前时间内的数据;<br />最近X天:选择相对时段为“最近2天”,那么系统在5号统计3-4号的数据;系统在6号统计时,统计的是4-5号的数据;<br/>
<span style="font-weight: 600">选择【月】:</span><br />当月:选择相对时间段为“当月”,那么系统在8月5号统计的是在8.1-8.4号的数据;系统在6号统计的是在8.1-8.5号的数据;<br />最近X月:选择相对时间段为“最近2月”,那么系统在8月5号统计的是6.1-7.31号的数据;系统在6号统计的还是6.1-7.31号的数据;<br />
......@@ -967,7 +967,7 @@
<template v-if="parent.radioType">
<div class="tag030flex">
<span>时间精度
<el-popover placement="top-end" trigger="hover">
<el-popover placement="top" trigger="hover">
<template>
<span style="font-weight: 600">选择【天】:</span><br />当天:选择相对时段为“当天”,那么系统在凌晨统计的是当天的数据;<br />之后X天:选择相对时间段为“之后2天”,那么系统在8月5号统计的是8.6-8.7号的数据;系统在8月7号统计的是8.8-8.9号的数据;<br/>
<span style="font-weight: 600">选择【月】:</span><br />当月:选择相对时段为“当月”,那么统计的是当月1号至当月最后一天的数据;<br />之后X月:选择相对时间段为“最近2月”,那么系统在8月统计的是9.1-10.31号的数据;系统在9月统计的是10.1-11.30号的数据;<br />
......
......@@ -161,7 +161,7 @@
:current-page="currentPage"
:page-sizes="[10, 20, 30, 40]"
:page-size="pageSize"
layout="total, prev, pager, next, jumper"
layout="total, prev, pager, next"
:total="total">
</dm-pagination>
</div>
......@@ -368,7 +368,7 @@
:current-page="currentPage"
:page-sizes="[10, 20, 30, 40]"
:page-size="pageSize"
layout="total, prev, pager, next, jumper"
layout="total, prev, pager, next"
:total="total">
</dm-pagination>
</div>
......@@ -458,7 +458,7 @@
:current-page="currentPage"
:page-sizes="[10, 20, 30, 40]"
:page-size="pageSize"
layout="total, prev, pager, next, jumper"
layout="total, prev, pager, next"
:total="total"
>
</dm-pagination>
......
......@@ -75,7 +75,7 @@
:current-page="pageNum"
:page-sizes="[20, 30]"
:page-size="pageSize"
layout="total, sizes, prev, pager, next, jumper"
layout="total, sizes, prev, pager, next"
:total="total"
></dm-pagination>
</div>
......
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