Commit b37437fe by yangzhi

fix:调整顺序

parent cf624b5a
...@@ -1002,6 +1002,7 @@ export default { ...@@ -1002,6 +1002,7 @@ export default {
{ {
label: '开始时间', label: '开始时间',
key: 'startTime', key: 'startTime',
show: !(this.statusCode === 'PRE_HANDLING' || this.statusCode === 'TO_BE_ASSIGN'),
width: 130, width: 130,
}, },
{ {
...@@ -1012,21 +1013,25 @@ export default { ...@@ -1012,21 +1013,25 @@ export default {
{ {
label: '预计完成时间', label: '预计完成时间',
key: 'estimateCompleteTime', key: 'estimateCompleteTime',
show: !(this.statusCode === 'PRE_HANDLING' || this.statusCode === 'TO_BE_ASSIGN'),
width: 130, width: 130,
}, },
{ {
label: '验收时间', label: '验收时间',
key: 'acceptanceTime', key: 'acceptanceTime',
show: !(this.statusCode === 'PRE_HANDLING' || this.statusCode === 'TO_BE_ASSIGN'),
width: 130, width: 130,
}, },
{ {
label: '完成时间', label: '完成时间',
key: 'completeTime', key: 'completeTime',
show: !(this.statusCode === 'PRE_HANDLING' || this.statusCode === 'TO_BE_ASSIGN'),
width: 130, width: 130,
}, },
{ {
label: '用户评价', label: '用户评价',
key: 'evaluations', key: 'evaluations',
show: !(this.statusCode === 'PRE_HANDLING' || this.statusCode === 'TO_BE_ASSIGN'),
width: 140, width: 140,
}, },
{ {
......
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