Commit 40df2b2b authored by renjintao's avatar renjintao

index

parent 73256621
......@@ -198,7 +198,7 @@ export default {
{
key: "isMain",
title: this.l("isMain"),
align: "left",
align: "center",
width: 80,
high: true,
code: "Process.state"
......@@ -222,7 +222,8 @@ export default {
{
key: "isEffect",
title: this.l("isEffect"),
align: "left",
align: "center",
width:80,
high: true,
code: "Process.Status"
},
......@@ -250,8 +251,8 @@ export default {
{
key: "isSendPpm",
title: this.l("isSendPpm"),
align: "left",
width: 180,
align: "center",
width: 140,
high: true,
code: "Process.Status"
},
......
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