fix bug
This commit is contained in:
@ -83,7 +83,7 @@ export class VehicleComponentsAuditDetailComponent implements OnInit, OnDestroy
|
|||||||
{
|
{
|
||||||
text: '查看协议',
|
text: '查看协议',
|
||||||
click: _record => this.viewEvaluate(_record),
|
click: _record => this.viewEvaluate(_record),
|
||||||
iif: item => item.auditStatusEnum == 10 || item.auditStatusEnum == 20
|
iif: item => (item.auditStatusEnum == 10 || item.auditStatusEnum == 20) && item.carProtocal
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
text: '上传协议',
|
text: '上传协议',
|
||||||
|
|||||||
Reference in New Issue
Block a user