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
3a057409
Commit
3a057409
authored
Jan 11, 2024
by
dragondean@qq.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化选择订单商品样式
parent
49b6cf88
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
3 deletions
+12
-3
ChooseOrderProducts.vue
...ews/ecw/order/stocking/components/ChooseOrderProducts.vue
+12
-3
No files found.
src/views/ecw/order/stocking/components/ChooseOrderProducts.vue
View file @
3a057409
...
...
@@ -5,7 +5,7 @@
append-to-body
width=
"90vw"
>
<el-table
ref=
"multipleTable"
:data=
"flatList"
@
selection-change=
"handleSelectionChange"
:span-method=
"objectSpanMethod"
>
<el-table
ref=
"multipleTable"
:data=
"flatList"
@
selection-change=
"handleSelectionChange"
:span-method=
"objectSpanMethod"
class=
"table"
>
<el-table-column
type=
"selection"
width=
"55"
></el-table-column>
<el-table-column
:label=
"$t('品名')"
prop=
"name"
>
<template
#default
="
{row}">
{{
$l
(
row
,
"
prodName
"
)
}}
</
template
>
...
...
@@ -133,6 +133,15 @@ export default {
}
</
script
>
<
style
scoped
>
<
style
scoped
lang=
"scss"
>
.table
{
::v-deep
{
th
.el-table__cell.is-leaf
,
td
.el-table__cell
{
border-bottom
:
1px
solid
#9b9b9b
;
}
.el-checkbox__inner
{
border
:
2px
solid
#9b9b9b
;
}
}
}
</
style
>
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