Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
factory_front
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
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
qinjianhui
factory_front
Commits
54ce2ac9
Commit
54ce2ac9
authored
Jul 20, 2026
by
wusiyi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: bug
parent
f48efd31
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
+2
-1
src/views/order/allocationSortingRule/components/addDialog.vue
+2
-1
No files found.
src/views/order/allocationSortingRule/components/addDialog.vue
View file @
54ce2ac9
...
@@ -4,6 +4,7 @@
...
@@ -4,6 +4,7 @@
:title=
"isEdit ? '编辑配货区' : '新增配货区'"
:title=
"isEdit ? '编辑配货区' : '新增配货区'"
:close-on-click-modal=
"false"
:close-on-click-modal=
"false"
width=
"800px"
width=
"800px"
destroy-on-close
>
>
<el-form
ref=
"formRef"
label-width=
"170px"
:model=
"form"
:rules=
"rules"
>
<el-form
ref=
"formRef"
label-width=
"170px"
:model=
"form"
:rules=
"rules"
>
<el-form-item
label=
"配货区说明"
prop=
"areaDesc"
>
<el-form-item
label=
"配货区说明"
prop=
"areaDesc"
>
...
@@ -109,6 +110,7 @@
...
@@ -109,6 +110,7 @@
v-model=
"item.conditionValue"
v-model=
"item.conditionValue"
class=
"category-cascader"
class=
"category-cascader"
style=
"width: 190px"
style=
"width: 190px"
placeholder=
"请选择商品类目"
:options=
"categoryList"
:options=
"categoryList"
:props=
"
{
:props=
"
{
label: 'name',
label: 'name',
...
@@ -534,7 +536,6 @@ onMounted(async () => {
...
@@ -534,7 +536,6 @@ onMounted(async () => {
:deep
(
.el-select__selection
)
{
:deep
(
.el-select__selection
)
{
flex-wrap
:
nowrap
;
flex-wrap
:
nowrap
;
overflow
:
hidden
;
}
}
:deep
(
.el-select__selected-item
)
{
:deep
(
.el-select__selected-item
)
{
...
...
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