Commit 40df2b2b authored by renjintao's avatar renjintao

index

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