Commit 0b9ab7d5 authored by renjintao's avatar renjintao

Merge branch 'product-rjt' of git.mes123.com:zhouyx/mes-ui into product

parents 16768d88 122970fa
...@@ -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) * 43; this.gridHeight = (res.result.length + 1) * 42;
this.data1 = res.result; this.data1 = res.result;
} }
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment