Commit 6b9d610a authored by renjintao's avatar renjintao

bug--process

parent 2106285d
......@@ -98,7 +98,8 @@ export default {
key: 'id',
title: this.l('id'),
align: 'left',
high: true
high: true,
hide:true,
},
{
key: 'name',
......@@ -109,7 +110,7 @@ export default {
{
key: 'status',
title: this.l('status'),
align: 'left',
align: 'center',
high: true,
code: 'workflow.schema.status',
width: 80
......@@ -118,7 +119,7 @@ export default {
{
key: 'processingStatus',
title: this.l('processingStatus'),
align: 'left',
align: 'center',
easy: true,
width: 100,
high: true
......@@ -126,28 +127,28 @@ export default {
{
key: 'rejectStatus',
title: this.l('rejectStatus'),
align: 'left',
align: 'center',
width: 100,
high: true
},
{
key: 'endStatus',
title: this.l('endStatus'),
align: 'left',
align: 'center',
width: 100,
high: true
},
{
key: 'terminateStatus',
title: this.l('terminateStatus'),
align: 'left',
align: 'center',
width: 100,
high: true
},
{
key: 'creationTime',
title: this.l('creationTime'),
align: 'left',
align: 'center',
high: true
},
{
......
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