Commit 1366a5c3 authored by renjintao's avatar renjintao

tech

parent 9bb6b8cf
...@@ -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