禅道bug修复
This commit is contained in:
parent
c028ba6847
commit
938f1a8ac0
|
|
@ -122,7 +122,7 @@
|
|||
type="text"
|
||||
@click="handleEdit(scope.row)"
|
||||
v-hasPermi="['edit:supervisor:person']"
|
||||
v-if="scope.row.intoStatus == 0 || scope.row.intoStatus == 5"
|
||||
v-if="scope.row.intoStatus == 0 || scope.row.intoStatus == 4 || scope.row.intoStatus == 5"
|
||||
>
|
||||
编辑
|
||||
</el-button>
|
||||
|
|
|
|||
Loading…
Reference in New Issue