Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mes-ui
Project
Project
Details
Activity
Releases
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-ui
Commits
0b9ab7d5
Commit
0b9ab7d5
authored
Apr 09, 2020
by
renjintao
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'product-rjt' of git.mes123.com:zhouyx/mes-ui into product
parents
16768d88
122970fa
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
excute.vue
pages/aps/aps/components/excute.vue
+2
-2
No files found.
pages/aps/aps/components/excute.vue
View file @
0b9ab7d5
...
@@ -340,7 +340,7 @@ export default {
...
@@ -340,7 +340,7 @@ export default {
}),
}),
h
(
"op"
,
{
h
(
"op"
,
{
attrs
:
{
attrs
:
{
icon
:
"
ios
-create"
,
icon
:
"
md
-create"
,
type
:
"icon"
,
type
:
"icon"
,
title
:
"編輯工序"
,
title
:
"編輯工序"
,
oprate
:
"edit"
oprate
:
"edit"
...
@@ -390,7 +390,7 @@ export default {
...
@@ -390,7 +390,7 @@ export default {
Api
.
getbyorderid
(
params
).
then
(
res
=>
{
Api
.
getbyorderid
(
params
).
then
(
res
=>
{
if
(
res
.
success
)
{
if
(
res
.
success
)
{
this
.
gridHeight
=
50
;
this
.
gridHeight
=
50
;
this
.
gridHeight
=
(
res
.
result
.
length
+
1
)
*
4
3
;
this
.
gridHeight
=
(
res
.
result
.
length
+
1
)
*
4
2
;
this
.
data1
=
res
.
result
;
this
.
data1
=
res
.
result
;
}
}
});
});
...
...
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