|
@@ -739,15 +739,15 @@ export default {
|
|
|
var documentStatus =
|
|
var documentStatus =
|
|
|
_self.modelData.data.documentStatus.displayValue[0];
|
|
_self.modelData.data.documentStatus.displayValue[0];
|
|
|
if (documentStatus == undefined || documentStatus == 'EDIT') {
|
|
if (documentStatus == undefined || documentStatus == 'EDIT') {
|
|
|
- return '/static/assets/client-base-v4/image-workflow/workflow/edit.png';
|
|
|
|
|
|
|
+ return '/static/assets/client-base-v4/image-workflow/edit.png';
|
|
|
} else if (documentStatus == 'APPROVED') {
|
|
} else if (documentStatus == 'APPROVED') {
|
|
|
- return '/static/assets/client-base-v4/image-workflow/workflow/approved.png';
|
|
|
|
|
|
|
+ return '/static/assets/client-base-v4/image-workflow/approved.png';
|
|
|
} else if (documentStatus == 'REJECTED') {
|
|
} else if (documentStatus == 'REJECTED') {
|
|
|
- return '/static/assets/client-base-v4/image-workflow/workflow/rejected.png';
|
|
|
|
|
|
|
+ return '/static/assets/client-base-v4/image-workflow/rejected.png';
|
|
|
} else if (documentStatus == 'PROCESSING') {
|
|
} else if (documentStatus == 'PROCESSING') {
|
|
|
- return '/static/assets/client-base-v4/image-workflow/workflow/processing.png';
|
|
|
|
|
|
|
+ return '/static/assets/client-base-v4/image-workflow/processing.png';
|
|
|
} else if (documentStatus == 'WITHDRAW') {
|
|
} else if (documentStatus == 'WITHDRAW') {
|
|
|
- return '/static/assets/client-base-v4/image-workflow/workflow/withdraw.png';
|
|
|
|
|
|
|
+ return '/static/assets/client-base-v4/image-workflow/withdraw.png';
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|