Commit cf624b5a by yangzhi

fix:调整顺序

parent aba74067
...@@ -982,6 +982,12 @@ export default { ...@@ -982,6 +982,12 @@ export default {
width: 80, width: 80,
}, },
{ {
label: '验收人',
key: 'acceptanceUserName',
show: this.statusCode === 'ACCEPTANCEING',
width: 80,
},
{
label: '验收意见', label: '验收意见',
key: 'acceptanceContent', key: 'acceptanceContent',
show: this.statusCode === 'ACCEPTANCEING', show: this.statusCode === 'ACCEPTANCEING',
...@@ -1031,7 +1037,7 @@ export default { ...@@ -1031,7 +1037,7 @@ export default {
{ {
label: '验收人', label: '验收人',
key: 'acceptanceUserName', key: 'acceptanceUserName',
show: !(this.statusCode === 'PRE_HANDLING' || this.statusCode === 'TO_BE_ASSIGN'), show: !(this.statusCode === 'PRE_HANDLING' || this.statusCode === 'TO_BE_ASSIGN' || this.statusCode === 'ACCEPTANCEING'),
width: 80, width: 80,
}, },
{ {
......
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