Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
marketing
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
marketing-web
marketing
Commits
09262811
Commit
09262811
authored
Nov 02, 2020
by
chenxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: scan
parent
7710efb1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
2 deletions
+12
-2
scan-list.vue
src/views/ecm/scan-list.vue
+1
-1
scan-log-list.vue
src/views/ecm/scan-log-list.vue
+11
-1
No files found.
src/views/ecm/scan-list.vue
View file @
09262811
...
...
@@ -49,7 +49,7 @@
{{
formatDateTimeByType
(
item
.
endDate
,
'yyyy-MM-dd-HH-mm-ss'
)
}}
</p>
</el-col>
<el-col
:span=
"3"
>
{{
item
.
timesForPeople
||
0
}}
</el-col>
<el-col
:span=
"3"
>
{{
item
.
timesForPeople
||
'--'
}}
</el-col>
<el-col
:span=
"2"
v-if=
"$store.state.marketing.openFlag"
>
{{
item
.
creatorName
||
0
}}
</el-col>
<el-col
:span=
"4"
>
<el-button
type=
"text"
@
click=
"toRecord(item)"
>
记录
</el-button>
...
...
src/views/ecm/scan-log-list.vue
View file @
09262811
...
...
@@ -32,7 +32,17 @@
</el-table-column>
<el-table-column
label=
"匹配扫码营销计划"
align=
"left"
min-width=
"140"
>
<
template
slot-scope=
"scope"
>
<el-button
type=
"text"
@
click=
"$router.push(
{ name: 'scanInfo', query: { new: 1 }, params: { id: scope.row.ecmPlanId, path: '/scan/list' } })">
{{
scope
.
row
.
ecmPlanName
||
'--'
}}
</el-button>
<el-button
type=
"text"
@
click=
"
() =>
{
if (scope.row.ecmPlanId) {
$router.push({ name: 'scanInfo', query: { new: 1 }, params: { id: scope.row.ecmPlanId, path: '/scan/list' } });
}
}
"
>
{{
scope
.
row
.
ecmPlanName
||
'--'
}}
</el-button
>
</
template
>
</el-table-column>
</el-table>
...
...
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