fix: 单词拼接错误 ...
This commit is contained in:
parent
4ffb781f0a
commit
3d3804088d
@ -182,13 +182,14 @@ function handleInfo(row: Required<LeaveForm>) {
|
|||||||
:get-popup-container="getVxePopupContainer"
|
:get-popup-container="getVxePopupContainer"
|
||||||
placement="left"
|
placement="left"
|
||||||
title="确认撤销?"
|
title="确认撤销?"
|
||||||
|
:disabled="!['waiting'].includes(row.status)"
|
||||||
@confirm.stop="handleRevoke(row)"
|
@confirm.stop="handleRevoke(row)"
|
||||||
@cancel.stop=""
|
@cancel.stop=""
|
||||||
>
|
>
|
||||||
<a-button
|
<a-button
|
||||||
size="small"
|
size="small"
|
||||||
type="link"
|
type="link"
|
||||||
:disbaled="!['waiting'].includes(row.status)"
|
:disabled="!['waiting'].includes(row.status)"
|
||||||
v-access:code="['workflow:leave:edit']"
|
v-access:code="['workflow:leave:edit']"
|
||||||
@click.stop=""
|
@click.stop=""
|
||||||
>
|
>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user