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
2681f145
Commit
2681f145
authored
Jun 16, 2026
by
wusiyi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 样式调整
parent
a8af78bc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
5 deletions
+6
-5
src/views/order/allocationSortingRule/index.vue
+6
-5
No files found.
src/views/order/allocationSortingRule/index.vue
View file @
2681f145
<
template
>
<div
v-loading=
"loading"
class=
"page card h-100 flex-gap-10 overflow-hidden flex"
>
<div
class=
"page card h-100 flex-gap-10 overflow-hidden flex"
>
<div
class=
"search-form flex flex-column w-100 flex-1 overflow-hidden"
>
<el-form
:model=
"searchForm"
inline
>
<el-form-item
label=
"仓库"
>
...
...
@@ -44,7 +41,11 @@
</div>
<div
v-if=
"isEnableSorting"
class=
"sorting-content mt-10 w-100"
>
<el-button
type=
"success"
@
click=
"addArea()"
>
新增
</el-button>
<div
class=
"table-container"
>
<div
v-loading=
"loading"
element-loading-text=
"加载中..."
class=
"table-container"
>
<TableView
:paginated-data=
"sortingList"
:columns=
"columns"
>
<template
#
autoPrint=
"
{ row }">
{{
row
.
autoPrint
?
'开启'
:
'关闭'
}}
...
...
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