Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mes-ui
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
周远喜
mes-ui
Commits
ff1dd932
Commit
ff1dd932
authored
Nov 02, 2020
by
仇晓婷
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
订单监控,暂停记录bug
parent
fb442d69
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
683 additions
and
614 deletions
+683
-614
index.vue
pages/order/monitoring/index.vue
+681
-607
record.vue
pages/order/monitoring/record.vue
+2
-7
No files found.
pages/order/monitoring/index.vue
View file @
ff1dd932
This diff is collapsed.
Click to expand it.
pages/order/monitoring/record.vue
View file @
ff1dd932
...
@@ -105,7 +105,7 @@ export default {
...
@@ -105,7 +105,7 @@ export default {
type
:
"user"
,
type
:
"user"
,
},
},
{
{
key
:
"last
er
"
,
key
:
"last
ModifierUserId
"
,
title
:
this
.
l
(
"laster"
),
title
:
this
.
l
(
"laster"
),
easy
:
true
,
easy
:
true
,
high
:
true
,
high
:
true
,
...
@@ -192,10 +192,6 @@ export default {
...
@@ -192,10 +192,6 @@ export default {
eid
:
Number
,
eid
:
Number
,
},
},
mounted
()
{
mounted
()
{
// this.$refs.grid.reload(this.easySearch);
// if (this.eid) {
// this.loadList();
// }
window
.
onresize
=
()
=>
{
window
.
onresize
=
()
=>
{
///浏览器窗口大小变化
///浏览器窗口大小变化
return
(()
=>
{
return
(()
=>
{
...
@@ -214,9 +210,8 @@ export default {
...
@@ -214,9 +210,8 @@ export default {
//格式化原始数据
//格式化原始数据
formatFun
(
data
)
{
formatFun
(
data
)
{
data
.
map
((
e
)
=>
{
data
.
map
((
e
)
=>
{
if
(
e
.
laster
)
{
if
(
e
.
laster
||
e
.
creator
)
{
e
.
laster
=
parseInt
(
e
.
laster
);
e
.
laster
=
parseInt
(
e
.
laster
);
}
else
if
(
e
.
creator
)
{
e
.
creator
=
parseInt
(
e
.
creator
);
e
.
creator
=
parseInt
(
e
.
creator
);
}
}
});
});
...
...
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