Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jiedao-app-operator-master
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
lanbaoming
jiedao-app-operator-master
Commits
94dacf75
Commit
94dacf75
authored
Jan 06, 2025
by
honghy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
列表底部滚动条固定
parent
9748533e
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
16 additions
and
6 deletions
+16
-6
index.vue
src/views/ecw/customer/index.vue
+3
-1
index.vue
src/views/ecw/myCustomerService/index.vue
+3
-1
index.vue
src/views/ecw/oceanCustomer/index.vue
+3
-1
logListCommon.vue
src/views/ecw/offer/logListCommon.vue
+3
-1
index.vue
src/views/ecw/order/index.vue
+4
-2
No files found.
src/views/ecw/customer/index.vue
View file @
94dacf75
...
@@ -999,7 +999,9 @@ export default {
...
@@ -999,7 +999,9 @@ export default {
},
},
watch
:
{
watch
:
{
showSearch
()
{
showSearch
()
{
this
.
handleQuery
()
this
.
$nextTick
(()
=>
{
this
.
getHeight
()
})
},
},
selectCustomerList
(
val
)
{
selectCustomerList
(
val
)
{
if
(
val
.
length
===
0
)
{
if
(
val
.
length
===
0
)
{
...
...
src/views/ecw/myCustomerService/index.vue
View file @
94dacf75
...
@@ -990,7 +990,9 @@ export default {
...
@@ -990,7 +990,9 @@ export default {
},
},
watch
:
{
watch
:
{
showSearch
()
{
showSearch
()
{
this
.
handleQuery
()
this
.
$nextTick
(()
=>
{
this
.
getHeight
()
})
},
},
selectCustomerList
(
val
)
{
selectCustomerList
(
val
)
{
if
(
val
.
length
===
0
)
{
if
(
val
.
length
===
0
)
{
...
...
src/views/ecw/oceanCustomer/index.vue
View file @
94dacf75
...
@@ -697,7 +697,9 @@ export default {
...
@@ -697,7 +697,9 @@ export default {
},
},
watch
:
{
watch
:
{
showSearch
()
{
showSearch
()
{
this
.
handleQuery
()
this
.
$nextTick
(()
=>
{
this
.
getHeight
()
})
}
}
},
},
computed
:
{
computed
:
{
...
...
src/views/ecw/offer/logListCommon.vue
View file @
94dacf75
...
@@ -228,7 +228,9 @@ export default {
...
@@ -228,7 +228,9 @@ export default {
},
},
watch
:
{
watch
:
{
showSearch
()
{
showSearch
()
{
this
.
handleQuery
()
this
.
$nextTick
(()
=>
{
this
.
getHeight
()
})
},
},
selectCustomerFollowList
(
val
)
{
selectCustomerFollowList
(
val
)
{
if
(
val
.
length
===
0
)
{
if
(
val
.
length
===
0
)
{
...
...
src/views/ecw/order/index.vue
View file @
94dacf75
...
@@ -851,10 +851,12 @@ export default {
...
@@ -851,10 +851,12 @@ export default {
isChinese
()
{
isChinese
()
{
this
.
getList
()
this
.
getList
()
},
},
// provinceCode destCountryId
showSearch
()
{
showSearch
()
{
this
.
handleQuery
()
this
.
$nextTick
(()
=>
{
this
.
getHeight
()
})
},
},
// provinceCode destCountryId
destCountryId
:
{
destCountryId
:
{
//监听当前地区值的变化,于与上方地区值进行了双向绑定
//监听当前地区值的变化,于与上方地区值进行了双向绑定
deep
:
true
,
//深度监听
deep
:
true
,
//深度监听
...
...
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