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
182a48a0
Commit
182a48a0
authored
Mar 15, 2022
by
crushh
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'feature/3月迭代' into dev
parents
60aa6cc4
0e3ebc1e
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
14 additions
and
35 deletions
+14
-35
taskView.vue
src/components/app/taskView.vue
+2
-5
grStoreDetail.vue
src/views/salesleads/groupSend/grStoreDetail.vue
+2
-5
grStoreList.vue
src/views/salesleads/groupSend/grStoreList.vue
+2
-5
grTaskList.vue
src/views/salesleads/groupSend/grTaskList.vue
+2
-5
taskDetail.vue
src/views/salesleads/trafficTask/taskDetail.vue
+2
-5
taskRecord.vue
src/views/salesleads/trafficTask/taskRecord.vue
+2
-5
taskViewDetail.vue
src/views/salesleads/trafficTask/taskViewDetail.vue
+2
-5
No files found.
src/components/app/taskView.vue
View file @
182a48a0
...
@@ -61,11 +61,8 @@
...
@@ -61,11 +61,8 @@
<el-table-column
prop=
""
label=
"待完成"
show-overflow-tooltip
>
<el-table-column
prop=
""
label=
"待完成"
show-overflow-tooltip
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
toComplete
}}
</
template
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
toComplete
}}
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
prop=
""
label=
"逾期中"
show-overflow-tooltip
>
<el-table-column
prop=
""
label=
"逾期中/逾期失效"
show-overflow-tooltip
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
overTimeNum
}}
</
template
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
overTimeNum
}}
/
{{
scope
.
row
.
invalidCount
}}
</
template
>
</el-table-column>
<el-table-column
prop=
""
label=
"逾期失效"
show-overflow-tooltip
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
invalidCount
}}
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
prop=
""
label=
"删除状态"
show-overflow-tooltip
>
<el-table-column
prop=
""
label=
"删除状态"
show-overflow-tooltip
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
...
...
src/views/salesleads/groupSend/grStoreDetail.vue
View file @
182a48a0
...
@@ -68,15 +68,12 @@
...
@@ -68,15 +68,12 @@
<div
class=
"color-606266 line-20"
>
{{
scope
.
row
.
overdueTime
|
timeStampToHms
}}
</div>
<div
class=
"color-606266 line-20"
>
{{
scope
.
row
.
overdueTime
|
timeStampToHms
}}
</div>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
label=
"逾期情况
"
min-width=
"9
0"
>
<el-table-column
label=
"逾期情况
/逾期失效"
min-width=
"14
0"
>
<
template
slot-scope=
"scope"
><span
class=
"point"
:style=
"'background:' + overdueStyle[scope.row.overdueStatus] + ';'"
></span>
{{
scope
.
row
.
overdueStatus
===
1
?
'已逾期'
:
scope
.
row
.
overdueStatus
===
2
?
'未逾期'
:
''
}}
</
template
>
<
template
slot-scope=
"scope"
><span
class=
"point"
:style=
"'background:' + overdueStyle[scope.row.overdueStatus] + ';'"
></span>
{{
scope
.
row
.
overdueStatus
===
1
?
'已逾期'
:
scope
.
row
.
overdueStatus
===
2
?
'未逾期'
:
''
}}
/
{{
scope
.
row
.
invalidStatus
|
formatInvalidStatus
}}
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
label=
"完成情况"
min-width=
"90"
>
<el-table-column
label=
"完成情况"
min-width=
"90"
>
<
template
slot-scope=
"scope"
><span
v-if=
"scope.row.taskStatus"
class=
"point"
:style=
"'background:' + taskStyle[scope.row.taskStatus] + ';'"
></span>
{{
scope
.
row
.
taskStatus
===
1
?
'未完成'
:
scope
.
row
.
taskStatus
===
2
?
'已完成'
:
''
}}
</
template
>
<
template
slot-scope=
"scope"
><span
v-if=
"scope.row.taskStatus"
class=
"point"
:style=
"'background:' + taskStyle[scope.row.taskStatus] + ';'"
></span>
{{
scope
.
row
.
taskStatus
===
1
?
'未完成'
:
scope
.
row
.
taskStatus
===
2
?
'已完成'
:
''
}}
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
label=
"逾期失效"
min-width=
"90"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
invalidStatus
|
formatInvalidStatus
}}
</
template
>
</el-table-column>
<el-table-column
label=
"完成详情"
min-width=
"280"
>
<el-table-column
label=
"完成详情"
min-width=
"280"
>
<
template
slot-scope=
"scope"
>
待发送:
{{
scope
.
row
.
waitSendCount
}}
,已发送:
{{
scope
.
row
.
successCount
}}
,发送失败:
{{
scope
.
row
.
failCount
}}
</
template
>
<
template
slot-scope=
"scope"
>
待发送:
{{
scope
.
row
.
waitSendCount
}}
,已发送:
{{
scope
.
row
.
successCount
}}
,发送失败:
{{
scope
.
row
.
failCount
}}
</
template
>
</el-table-column>
</el-table-column>
...
...
src/views/salesleads/groupSend/grStoreList.vue
View file @
182a48a0
...
@@ -66,11 +66,8 @@
...
@@ -66,11 +66,8 @@
<el-table-column
prop=
""
label=
"待完成"
>
<el-table-column
prop=
""
label=
"待完成"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
waitFinishCount
||
'--'
}}
</
template
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
waitFinishCount
||
'--'
}}
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
prop=
""
label=
"逾期中"
>
<el-table-column
prop=
""
label=
"逾期中/逾期失效"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
ovincplTaskCnt
||
'--'
}}
</
template
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
ovincplTaskCnt
||
'--'
}}
/
{{
scope
.
row
.
invalidCount
||
'--'
}}
</
template
>
</el-table-column>
<el-table-column
prop=
""
label=
"逾期失效"
show-overflow-tooltip
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
invalidCount
}}
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
prop=
""
label=
"操作"
width=
"150"
>
<el-table-column
prop=
""
label=
"操作"
width=
"150"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
...
...
src/views/salesleads/groupSend/grTaskList.vue
View file @
182a48a0
...
@@ -68,11 +68,8 @@
...
@@ -68,11 +68,8 @@
<el-table-column
prop=
""
label=
"待完成"
>
<el-table-column
prop=
""
label=
"待完成"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
waitFinishCount
||
'--'
}}
</
template
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
waitFinishCount
||
'--'
}}
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
prop=
""
label=
"逾期中"
>
<el-table-column
prop=
""
label=
"逾期中/逾期失效"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
ovincplTaskCnt
||
'--'
}}
</
template
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
ovincplTaskCnt
||
'--'
}}
/
{{
scope
.
row
.
invalidCount
||
'--'
}}
</
template
>
</el-table-column>
<el-table-column
prop=
""
label=
"逾期失效"
show-overflow-tooltip
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
invalidCount
}}
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
prop=
""
label=
"操作"
>
<el-table-column
prop=
""
label=
"操作"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
...
...
src/views/salesleads/trafficTask/taskDetail.vue
View file @
182a48a0
...
@@ -139,11 +139,8 @@
...
@@ -139,11 +139,8 @@
<div
class=
"line-18"
>
{{
scope
.
row
.
lastTime
|
formatTimeHMS
}}
</div>
<div
class=
"line-18"
>
{{
scope
.
row
.
lastTime
|
formatTimeHMS
}}
</div>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
label=
"逾期情况"
>
<el-table-column
label=
"逾期情况/逾期失效"
width=
"140"
>
<
template
slot-scope=
"scope"
>
<span
class=
"point"
:style=
"'background:' + overdueStyle[scope.row.isOverTime] + ';'"
></span>
{{
scope
.
row
.
isOverTime
}}
</
template
>
<
template
slot-scope=
"scope"
>
<span
class=
"point"
:style=
"'background:' + overdueStyle[scope.row.isOverTime] + ';'"
></span>
{{
scope
.
row
.
isOverTime
}}
/
{{
scope
.
row
.
invalidStatus
|
formatInvalidStatus
}}
</
template
>
</el-table-column>
<el-table-column
label=
"逾期失效"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
invalidStatus
|
formatInvalidStatus
}}
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
label=
"完成情况"
>
<el-table-column
label=
"完成情况"
>
<
template
#
header
>
<
template
#
header
>
...
...
src/views/salesleads/trafficTask/taskRecord.vue
View file @
182a48a0
...
@@ -65,11 +65,8 @@
...
@@ -65,11 +65,8 @@
<el-table-column
prop=
""
label=
"待完成"
show-overflow-tooltip
>
<el-table-column
prop=
""
label=
"待完成"
show-overflow-tooltip
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
noCompletedCount
}}
</
template
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
noCompletedCount
}}
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
prop=
""
label=
"逾期中"
show-overflow-tooltip
>
<el-table-column
prop=
""
label=
"逾期中/逾期失效"
show-overflow-tooltip
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
overdueCount
}}
</
template
>
<
template
slot-scope=
"scope"
>
{{
`${scope.row.overdueCount
}
/ ${scope.row.invalidCount
}
`
}}
<
/template
>
</el-table-column>
<el-table-column
prop=
""
label=
"逾期失效"
show-overflow-tooltip
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
invalidCount
}}
</
template
>
<
/el-table-column
>
<
/el-table-column
>
<
el
-
table
-
column
prop
=
""
label
=
"删除状态"
show
-
overflow
-
tooltip
>
<
el
-
table
-
column
prop
=
""
label
=
"删除状态"
show
-
overflow
-
tooltip
>
<
template
slot
-
scope
=
"scope"
>
<
template
slot
-
scope
=
"scope"
>
...
...
src/views/salesleads/trafficTask/taskViewDetail.vue
View file @
182a48a0
...
@@ -62,11 +62,8 @@ import taskViewDetail from '@/components/app/taskViewDetail.vue';
...
@@ -62,11 +62,8 @@ import taskViewDetail from '@/components/app/taskViewDetail.vue';
<el-table-column
prop=
""
label=
"待完成"
show-overflow-tooltip
>
<el-table-column
prop=
""
label=
"待完成"
show-overflow-tooltip
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
noCompletedCount
}}
</
template
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
noCompletedCount
}}
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
prop=
""
label=
"逾期中"
show-overflow-tooltip
>
<el-table-column
prop=
""
label=
"逾期中/逾期失效"
show-overflow-tooltip
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
overdueCount
}}
</
template
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
overdueCount
||
'--'
}}
/
{{
scope
.
row
.
invalidCount
||
'--'
}}
</
template
>
</el-table-column>
<el-table-column
label=
"逾期失效"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
invalidCount
}}
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
label=
"操作"
>
<el-table-column
label=
"操作"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
...
...
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