Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
finance-manage
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
finance-oa
finance-manage
Commits
3b2669d1
Commit
3b2669d1
authored
Nov 30, 2020
by
RuoYi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改缓存监控内存单位
parent
1147ea5f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
ruoyi-ui/src/views/monitor/cache/index.vue
ruoyi-ui/src/views/monitor/cache/index.vue
+2
-2
No files found.
ruoyi-ui/src/views/monitor/cache/index.vue
View file @
3b2669d1
...
...
@@ -117,14 +117,14 @@ export default {
this
.
usedmemory
=
echarts
.
init
(
this
.
$refs
.
usedmemory
,
"
macarons
"
);
this
.
usedmemory
.
setOption
({
tooltip
:
{
formatter
:
"
{b} <br/>{a} :
{c}K
"
,
formatter
:
"
{b} <br/>{a} :
"
+
this
.
cache
.
info
.
used_memory_human
,
},
series
:
[
{
name
:
"
峰值
"
,
type
:
"
gauge
"
,
detail
:
{
formatter
:
"
{value}K
"
,
formatter
:
this
.
cache
.
info
.
used_memory_human
,
},
data
:
[
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment