Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
liuzhen@situdata.com
/
yunxiao-admin-fe
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
6ac9f8bb
authored
2020-10-28 13:58:11 +0800
by
zhen
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
添加RecordId列
1 parent
25a88126
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
1 deletions
src/views/monitor.vue
src/views/monitor.vue
View file @
6ac9f8b
...
...
@@ -51,9 +51,18 @@
>
<el-table-column
type=
"index"
align=
"center"
label=
"序号"
fixed
:index=
"pagination && (pagination.page - 1) * pagination.size + 1"
width=
"50"
>
</el-table-column>
<el-table-column
align=
"center"
prop=
"recordId"
label=
"recordId"
width=
"80"
>
</el-table-column>
<el-table-column
...
...
@@ -74,7 +83,7 @@
</el-table-column>
<el-table-column
align=
"center"
prop=
"userId"
label=
"营销员工号"
>
</el-table-column>
<el-table-column
align=
"center"
label=
"展业时长"
width=
"
16
0"
>
<el-table-column
align=
"center"
label=
"展业时长"
width=
"
8
0"
>
<template
v-slot=
"scope"
>
{{
parseTimeSecond
(
scope
.
row
.
communicationTime
*
1000
-
0
)
}}
</
template
>
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
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 post a comment