Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
member
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
member
member
Commits
e325f90c
Commit
e325f90c
authored
Aug 22, 2022
by
huaying
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 客户日志
parent
f9c20765
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
8 deletions
+12
-8
customerLog.vue
src/components/allCustomers/components/customerLog.vue
+9
-5
cardvoucher.vue
src/components/wechatmembers/cardvoucher.vue
+3
-3
No files found.
src/components/allCustomers/components/customerLog.vue
View file @
e325f90c
...
...
@@ -8,7 +8,7 @@
filterable
clearable
:props=
"
{ checkStrictly: true }"
@click="clickEvent
"
ref="CascaderRef
"
@change="filterMethod">
</el-cascader>
<el-date-picker
style=
"width: 256px; margin-left:10px;"
v-model=
"dateDefault"
type=
"daterange"
range-separator=
"~"
start-placeholder=
"创建开始日期"
end-placeholder=
"创建结束日期"
:default-time=
"['00:00:00', '23:59:59']"
:picker-options=
"pickerOptions()"
value-format=
"yyyy-MM-dd"
@
change=
"handleSearch"
:clearable=
"false"
>
</el-date-picker>
...
...
@@ -104,12 +104,9 @@ export default {
this
.
getLogTypeData
();
},
methods
:
{
clickEvent
(
ee
){
// this.filterMethod();
console
.
log
(
ee
,
'ee'
);
},
// 级联搜索
filterMethod
(
e
)
{
this
.
$refs
.
CascaderRef
.
dropDownVisible
=
false
;
if
(
e
&&
e
.
length
>
0
)
{
// if(e[0]) {
this
.
logPageParam
.
operType
=
e
[
0
];
...
...
@@ -239,4 +236,10 @@ export default {
color
:
#6B6D71
;
//
padding-bottom
:
16px
;
}
/
deep
/
.el-table
{
th
>
.
cell
:
first-child
,
td
>
.
cell
:
first-child
{
padding-left
:
10px
;
}
}
</
style
>
\ No newline at end of file
src/components/wechatmembers/cardvoucher.vue
View file @
e325f90c
...
...
@@ -126,7 +126,7 @@
<el-table-column
prop=
"cardName"
label=
"卡券名称"
min-width=
"2
6
0px"
min-width=
"2
3
0px"
show-overflow-tooltip
>
<
template
slot-scope=
"scope"
>
...
...
@@ -159,7 +159,7 @@
<
el
-
table
-
column
prop
=
"cardCode"
label
=
"卡券代码"
min
-
width
=
"
15
0px"
min
-
width
=
"
23
0px"
>
<
template
slot
-
scope
=
"scope"
>
<
span
v
-
if
=
"scope.row.cardCode"
>
{{
scope
.
row
.
cardCode
}}
<
/span
>
...
...
@@ -191,7 +191,7 @@
<
el
-
table
-
column
prop
=
"checkSource"
label
=
"核销来源"
min
-
width
=
"8
0px"
min
-
width
=
"23
0px"
>
<
template
slot
-
scope
=
"scope"
>
<!--
<
div
v
-
if
=
"scope.row.checkSource === 0"
>
...
...
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