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
2dfb2148
Commit
2dfb2148
authored
Oct 29, 2022
by
dcy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
后台-客户档案-指定路线应该仅显示包含出口的始发地 bug修复
parent
99ed19a1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
index.vue
src/components/CustomerLineTable/index.vue
+4
-2
No files found.
src/components/CustomerLineTable/index.vue
View file @
2dfb2148
...
...
@@ -6,7 +6,7 @@
<el-table-column
width=
"250px"
label=
"始发地"
>
<template
v-slot=
"
{ row, column, $index }">
<template
v-slot=
"
{ row, column, $index }">
<el-checkbox
v-model=
"row.checked"
@
change=
"updateValue(true)"
>
{{
warehouseList
[
$index
].
titleZh
}}
</el-checkbox>
</
template
>
</el-table-column>
...
...
@@ -58,6 +58,7 @@ export default {
let
bar
=
this
.
tableData
.
length
>
0
?
this
.
tableData
[
index
]
:
{
departureId
:
e
.
id
,
objectiveIds
:
[],
tradeType
:
e
.
tradeType
,
checked
:
false
}
const
valueIndex
=
this
.
value
.
findIndex
(
v
=>
v
.
departureId
===
e
.
id
)
...
...
@@ -73,7 +74,8 @@ export default {
foo
.
push
(
bar
)
index
++
})
this
.
tableData
=
foo
this
.
tableData
=
foo
.
filter
(
i
=>
i
.
tradeType
===
'
2
'
);
},
/**
* 更新 value
...
...
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