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
3bae3a4c
You need to sign in or sign up before continuing.
Commit
3bae3a4c
authored
Aug 03, 2022
by
huaying
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 客户日志接口对接
parent
b87501d9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
37 deletions
+9
-37
customerLog.vue
src/components/allCustomers/components/customerLog.vue
+9
-37
No files found.
src/components/allCustomers/components/customerLog.vue
View file @
3bae3a4c
...
...
@@ -9,9 +9,6 @@
clearable
:props=
"
{ checkStrictly: true }"
@change="filterMethod">
<template
slot-scope=
"
{data}">
<span>
{{
data
.
operTypeName
||
data
.
openReasonName
}}
</span>
</
template
>
</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"
>
</el-date-picker>
<p
class=
"font14 tip-p"
v-if=
"!memberId"
>
展示近一年的日志
</p>
...
...
@@ -88,39 +85,7 @@ export default {
endTime
:
''
},
totalCount
:
0
,
options
:
[
// {
// value: 'zhinan',
// label: '指南',
// children: [{
// value: 'shejiyuanze',
// label: '设计原则',
// children: [{
// value: 'yizhi',
// label: '一致'
// }, {
// value: 'fankui',
// label: '反馈'
// }, {
// value: 'xiaolv',
// label: '效率'
// }, {
// value: 'kekong',
// label: '可控'
// }]
// }, {
// value: 'daohang',
// label: '导航',
// children: [{
// value: 'cexiangdaohang',
// label: '侧向导航'
// }, {
// value: 'dingbudaohang',
// label: '顶部导航'
// }]
// }]
// }
]
options
:
[]
};
},
created
()
{
...
...
@@ -131,7 +96,14 @@ export default {
methods
:
{
// 级联搜索
filterMethod
(
e
)
{
console
.
log
(
e
);
console
.
log
(
e
[
0
],
e
[
1
]);
if
(
e
[
0
])
{
this
.
logPageParam
.
operType
=
e
[
0
];
}
else
if
(
e
[
1
])
{
this
.
logPageParam
.
operReason
=
e
[
1
]
}
this
.
logPageParam
.
currentPage
=
1
;
this
.
getLogPage
();
},
// 客户日志类型列表
getLogTypeData
()
{
...
...
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