Commit 1366a5c3 authored by renjintao's avatar renjintao

tech

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