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