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
42410852
Commit
42410852
authored
Jul 08, 2022
by
huaying
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 新增活码
parent
f7d99f59
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
15 deletions
+8
-15
ActCodeSet.vue
src/views/salesleads/components/ActCodeSet.vue
+0
-0
dataDetail.vue
src/views/salesleads/components/dataDetail.vue
+8
-15
No files found.
src/views/salesleads/components/ActCodeSet.vue
0 → 100644
View file @
42410852
This diff is collapsed.
Click to expand it.
src/views/salesleads/components/dataDetail.vue
View file @
42410852
<
template
>
<div
class=
"m20"
>
<div>
<el-row>
<div
class=
"leftBox"
>
<el-input
class=
"w260 mr10"
placeholder=
"请输入门店名称/code"
v-model=
"pageParam.search1"
prefix-icon=
"el-icon-search"
></el-input>
...
...
@@ -43,7 +43,7 @@
</el-table-column>
<el-table-column
label=
"操作"
>
<
template
slot-scope=
"{ row }"
>
<el-button
type=
"text"
@
c
hange=
"looks(row
)"
>
查看记录
</el-button>
<el-button
type=
"text"
@
c
lick=
"lookRecords(row.actId
)"
>
查看记录
</el-button>
</
template
>
</el-table-column>
</el-table>
...
...
@@ -224,11 +224,15 @@ export default {
staus
:
0
}
];
},
lookRecords
(
actId
)
{
const
that
=
this
;
that
.
$router
.
push
(
`/actCodeRecord?actId=
${
actId
}
`
);
}
}
};
</
script
>
<
style
lang=
"
sc
ss"
scoped
>
<
style
lang=
"
le
ss"
scoped
>
.activeClass
{
color
:
#2f54eb
;
}
...
...
@@ -236,12 +240,6 @@ export default {
color
:
#303133
;
}
.m20
{
margin
:
20px
;
}
.mb16
{
margin-bottom
:
16px
;
}
.w260
{
width
:
260px
;
}
...
...
@@ -251,12 +249,7 @@ export default {
.mr10
{
margin-right
:
10px
;
}
.mr24
{
margin-right
:
24px
;
}
.mr12
{
margin-right
:
12px
;
}
.mt18
{
margin-top
:
18px
;
}
...
...
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