fix bug
This commit is contained in:
parent
c1bb3651ab
commit
4986a17e06
3 changed files with 68 additions and 11 deletions
|
|
@ -436,7 +436,7 @@ onMounted(() => {
|
|||
v-close-popup
|
||||
v-if="
|
||||
props.row.draftOrgEmployeeStatus === null ||
|
||||
props.row.draftOrgEmployeeStatus === 'PENDING'
|
||||
props.row.draftOrgEmployeeStatus === 'WAITTING'
|
||||
"
|
||||
@click.pervent="onClickSelectPos(props.row)"
|
||||
>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue