Commit 006fbe8a authored by 仇晓婷's avatar 仇晓婷

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

parents b40a73e5 3ef40bd6
This diff is collapsed.
This diff is collapsed.
...@@ -119,13 +119,11 @@ export default { ...@@ -119,13 +119,11 @@ export default {
{ {
title: this.l("name"), title: this.l("name"),
key: "name", key: "name",
align: "left", align: "left",
}, },
{ {
key: "mmcode", key: "mmcode",
title: this.l("mmcode"), title: this.l("mmcode"),
align: "center",
high: true, high: true,
}, },
{ {
...@@ -170,20 +168,18 @@ export default { ...@@ -170,20 +168,18 @@ export default {
{ {
key: "drawingNo", key: "drawingNo",
title: this.l("drawingNo"), title: this.l("drawingNo"),
align: "right",
high: true, high: true,
}, },
{ {
key: "madeCompanyTitle", key: "madeCompanyTitle",
title: this.l("madeCompanyTitle"), title: this.l("madeCompanyTitle"),
align: "center",
width: 260, width: 260,
high: true, high: true,
}, },
{ {
key: "madeCompany", key: "madeCompany",
title: this.l("madeCompany"), title: this.l("madeCompany"),
align: "center", align: "right",
width: 260, width: 260,
high: true, high: true,
hide: true, hide: true,
...@@ -192,7 +188,6 @@ export default { ...@@ -192,7 +188,6 @@ export default {
{ {
key: "version", key: "version",
title: this.l("version"), title: this.l("version"),
align: "center",
width: 260, width: 260,
high: true, high: true,
hide: true, hide: true,
...@@ -201,7 +196,7 @@ export default { ...@@ -201,7 +196,7 @@ export default {
{ {
key: "materialId", key: "materialId",
title: this.l("materialId"), title: this.l("materialId"),
align: "center", align: "right",
width: 260, width: 260,
high: true, high: true,
hide: true, hide: true,
......
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