Commit ce6aa9aa authored by 仇晓婷's avatar 仇晓婷

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

parents 1f591444 891902d3
...@@ -166,7 +166,8 @@ export default { ...@@ -166,7 +166,8 @@ export default {
title: this.l("name"), title: this.l("name"),
align: "left", align: "left",
easy: true, easy: true,
high: true high: true,
tooltip:true,
}, },
{ {
key: "phase", key: "phase",
...@@ -209,14 +210,16 @@ export default { ...@@ -209,14 +210,16 @@ export default {
key: "productName", key: "productName",
title: this.l("productName"), title: this.l("productName"),
align: "left", align: "left",
high: true high: true,
tooltip:true,
}, },
{ {
key: "departmentName", key: "departmentName",
title: this.l("departmentName"), title: this.l("departmentName"),
width: 100, width: 100,
align: "left", align: "left",
high: true high: true,
tooltip:true,
}, },
{ {
key: "isEffect", key: "isEffect",
......
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