Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
haoban-3
Overview
Overview
Details
Activity
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
office
haoban-3
Commits
499d9679
Commit
499d9679
authored
Jul 30, 2021
by
陈羽
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'feature/销售线索4' into dev
parents
9dfdaf2f
4d23b365
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
4 deletions
+7
-4
syncHistory.vue
src/views/apps/customerApp/syncHistory.vue
+7
-4
No files found.
src/views/apps/customerApp/syncHistory.vue
View file @
499d9679
...
...
@@ -33,7 +33,7 @@
</el-table-column>
<el-table-column
label=
"操作人"
prop=
"optStaffName"
width=
"150"
></el-table-column>
<el-table-column
label=
"涉及更新项"
prop=
"taskContent"
min-width=
"180"
></el-table-column>
<el-table-column
label=
"状态"
prop=
"statusFlag"
width=
"
18
0"
>
<el-table-column
label=
"状态"
prop=
"statusFlag"
width=
"
20
0"
>
<
template
slot-scope=
"{ row }"
>
<div
class=
"status-class"
>
<span
:class=
"['state-point', logStatusClass[row.statusFlag]]"
>
{{
row
.
statusFlag
|
taskStatus
}}
</span>
...
...
@@ -42,8 +42,11 @@
</el-table-column>
<el-table-column
label=
"操作"
width=
"280"
>
<
template
slot-scope=
"{ row }"
>
<el-button
type=
"text"
@
click=
"tagLogShow(row)"
>
标签同步明细
</el-button>
<el-button
type=
"text"
@
click=
"memberLogShow(row)"
>
会员同步失败明细
</el-button>
<template
v-if=
"row.taskType === 0"
>
<el-button
type=
"text"
@
click=
"tagLogShow(row)"
>
标签同步明细
</el-button>
<el-button
type=
"text"
@
click=
"memberLogShow(row)"
>
会员同步失败明细
</el-button>
</
template
>
<p
v-else
></p>
</template>
</el-table-column>
</el-table>
...
...
@@ -122,7 +125,7 @@ export default {
memberLoading
:
false
,
tagLoading
:
false
,
tagDialog
:
false
,
logStatusClass
:
{
0
:
'state-point-default'
,
1
:
'state-point-
success'
,
2
:
'state-point-error'
,
3
:
'state-point-warning'
,
4
:
'state-point-loading-scale
'
}
logStatusClass
:
{
0
:
'state-point-default'
,
1
:
'state-point-
loading'
,
2
:
'state-point-loading'
,
3
:
'state-point-success'
,
4
:
'state-point-error'
,
5
:
'state-point-warning
'
}
};
},
methods
:
{
...
...
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