禅道bug修复
This commit is contained in:
parent
6ddf94564b
commit
150501f6c4
|
|
@ -83,7 +83,7 @@
|
|||
size="mini"
|
||||
style="color: #f56c6c"
|
||||
@click="handleRectify(scope.row, 1)"
|
||||
v-if="scope.row.intoStatus == '1' && scope.row.checkUserId && scope.row.checkUserId.includes(userId)"
|
||||
v-if="(scope.row.intoStatus == '1' || scope.row.intoStatus == '2') && scope.row.checkUserId && scope.row.checkUserId.includes(userId)"
|
||||
>
|
||||
审批
|
||||
</el-button>
|
||||
|
|
|
|||
Loading…
Reference in New Issue