Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
mes-ui
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
mes
mes-ui
Commits
1e4e0ff0
Commit
1e4e0ff0
authored
Jul 17, 2024
by
沈翠玲
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
生产工单和生产排产高度优化
parent
2c126e4d
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
2 deletions
+7
-2
index.scss
src/assets/styles/index.scss
+4
-0
ruoyi.scss
src/assets/styles/ruoyi.scss
+1
-1
orderList.vue
src/views/mes/pro/scheduleList/orderList.vue
+1
-0
indexApply.vue
src/views/mes/pro/workorder/indexApply.vue
+1
-1
No files found.
src/assets/styles/index.scss
View file @
1e4e0ff0
...
...
@@ -190,3 +190,7 @@ aside {
.multiselect--active
{
z-index
:
1000
!
important
;
}
.el-dialog__body
{
padding
:
4vh
20px
!
important
;
}
\ No newline at end of file
src/assets/styles/ruoyi.scss
View file @
1e4e0ff0
...
...
@@ -102,7 +102,7 @@
position
:
relative
;
height
:
25px
;
margin-bottom
:
10px
;
margin-top
:
1
5
px
;
margin-top
:
1
0
px
;
padding
:
10px
20px
!
important
;
}
...
...
src/views/mes/pro/scheduleList/orderList.vue
View file @
1e4e0ff0
...
...
@@ -33,6 +33,7 @@
<el-table
v-loading=
"loading"
:data=
"itemList"
height=
"40vh"
@
selection-change=
"handleSelectionChange"
>
<el-table-column
type=
"selection"
width=
"55"
align=
"center"
/>
...
...
src/views/mes/pro/workorder/indexApply.vue
View file @
1e4e0ff0
...
...
@@ -204,7 +204,7 @@
</div>
</el-dialog>
<el-table
v-loading=
"loading"
:data=
"workorderList"
row-key=
"workorderId"
default-expand-all
<el-table
v-loading=
"loading"
:data=
"workorderList"
row-key=
"workorderId"
default-expand-all
max-height=
"339"
@
selection-change=
"handleSelectionChange"
:tree-props=
"
{ children: 'children', hasChildren: 'hasChildren' }">
<!-- 新增复选框 -->
<el-table-column
type=
"selection"
width=
"55"
align=
"center"
/>
...
...
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