|
@@ -1385,7 +1385,8 @@ export default {
|
|
isShowEditBtn() {
|
|
isShowEditBtn() {
|
|
if (
|
|
if (
|
|
this.paper.creationBy == this.user.userId &&
|
|
this.paper.creationBy == this.user.userId &&
|
|
- this.paper.auditStatus == "WITHDRAW"
|
|
|
|
|
|
+ (this.paper.auditStatus == "WITHDRAW" ||
|
|
|
|
+ this.paper.auditStatus == "NOT_PASS")
|
|
) {
|
|
) {
|
|
return true;
|
|
return true;
|
|
} else {
|
|
} else {
|