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
0db585d9
Commit
0db585d9
authored
Jan 04, 2025
by
honghy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
列表底部滚动条固定
parent
fa0ce1eb
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
23 additions
and
2 deletions
+23
-2
index.vue
src/views/ecw/customer/index.vue
+4
-0
index.vue
src/views/ecw/myCustomerService/index.vue
+4
-0
index.vue
src/views/ecw/oceanCustomer/index.vue
+6
-0
logListCommon.vue
src/views/ecw/offer/logListCommon.vue
+4
-0
index.vue
src/views/ecw/order/index.vue
+5
-2
No files found.
src/views/ecw/customer/index.vue
View file @
0db585d9
...
...
@@ -998,6 +998,9 @@ export default {
}
},
watch
:
{
showSearch
()
{
this
.
handleQuery
()
},
selectCustomerList
(
val
)
{
if
(
val
.
length
===
0
)
{
this
.
getList
()
...
...
@@ -1533,6 +1536,7 @@ export default {
},
//表格高度自适应
getHeight
()
{
this
.
$refs
.
multipleTable
.
doLayout
()
let
getHeightFromBottom
=
(
element
,
variableHeight
)
=>
{
const
elementRect
=
element
.
getBoundingClientRect
().
top
;
const
windowHeight
=
window
.
innerHeight
;
...
...
src/views/ecw/myCustomerService/index.vue
View file @
0db585d9
...
...
@@ -975,6 +975,7 @@ export default {
},
//表格高度自适应
getHeight
()
{
this
.
$refs
.
multipleTable
.
doLayout
()
let
getHeightFromBottom
=
(
element
,
variableHeight
)
=>
{
const
elementRect
=
element
.
getBoundingClientRect
().
top
;
const
windowHeight
=
window
.
innerHeight
;
...
...
@@ -988,6 +989,9 @@ export default {
},
},
watch
:
{
showSearch
()
{
this
.
handleQuery
()
},
selectCustomerList
(
val
)
{
if
(
val
.
length
===
0
)
{
this
.
getList
()
...
...
src/views/ecw/oceanCustomer/index.vue
View file @
0db585d9
...
...
@@ -695,6 +695,11 @@ export default {
this
.
$refs
.
multipleTable
.
doLayout
()
})
},
watch
:
{
showSearch
()
{
this
.
handleQuery
()
}
},
computed
:
{
isChinese
()
{
return
this
.
$i18n
.
locale
===
"
zh_CN
"
;
...
...
@@ -1071,6 +1076,7 @@ export default {
},
//表格高度自适应
getHeight
()
{
this
.
$refs
.
multipleTable
.
doLayout
()
let
getHeightFromBottom
=
(
element
,
variableHeight
)
=>
{
const
elementRect
=
element
.
getBoundingClientRect
().
top
;
const
windowHeight
=
window
.
innerHeight
;
...
...
src/views/ecw/offer/logListCommon.vue
View file @
0db585d9
...
...
@@ -227,6 +227,9 @@ export default {
}
},
watch
:
{
showSearch
()
{
this
.
handleQuery
()
},
selectCustomerFollowList
(
val
)
{
if
(
val
.
length
===
0
)
{
this
.
getDataSpaceCustomerFollowupList
()
...
...
@@ -333,6 +336,7 @@ export default {
},
//表格高度自适应
getHeight
()
{
this
.
$refs
.
multipleTable
.
doLayout
()
let
getHeightFromBottom
=
(
element
,
variableHeight
)
=>
{
const
elementRect
=
element
.
getBoundingClientRect
().
top
;
const
windowHeight
=
window
.
innerHeight
;
...
...
src/views/ecw/order/index.vue
View file @
0db585d9
...
...
@@ -201,7 +201,7 @@
</el-row>
<!-- 列表 -->
<el-table
v-loading=
"loading"
border
:data=
"list"
@
selection-change=
"handleSelectionChange"
id=
"dataTable"
:height=
"autoHeight"
>
<el-table
v-loading=
"loading"
border
:data=
"list"
@
selection-change=
"handleSelectionChange"
ref=
"dataTable"
id=
"dataTable"
:height=
"autoHeight"
>
<el-table-column
type=
"selection"
width=
"55"
align=
"center"
/>
<el-table-column
:label=
"$t('订单编号')"
width=
"120px"
align=
"center"
prop=
"orderNo"
fixed
>
...
...
@@ -852,7 +852,9 @@ export default {
this
.
getList
()
},
// provinceCode destCountryId
showSearch
()
{
this
.
handleQuery
()
},
destCountryId
:
{
//监听当前地区值的变化,于与上方地区值进行了双向绑定
deep
:
true
,
//深度监听
...
...
@@ -1504,6 +1506,7 @@ export default {
},
//表格高度自适应
getHeight
()
{
this
.
$refs
.
dataTable
.
doLayout
()
let
getHeightFromBottom
=
(
element
,
variableHeight
)
=>
{
const
elementRect
=
element
.
getBoundingClientRect
().
top
;
const
windowHeight
=
window
.
innerHeight
;
...
...
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