mirror of
https://gitee.com/dapppp/ruoyi-plus-vben5.git
synced 2026-03-08 07:31:09 +08:00
fix: 单词拼接错误 ...
This commit is contained in:
@@ -182,13 +182,14 @@ function handleInfo(row: Required<LeaveForm>) {
|
||||
:get-popup-container="getVxePopupContainer"
|
||||
placement="left"
|
||||
title="确认撤销?"
|
||||
:disabled="!['waiting'].includes(row.status)"
|
||||
@confirm.stop="handleRevoke(row)"
|
||||
@cancel.stop=""
|
||||
>
|
||||
<a-button
|
||||
size="small"
|
||||
type="link"
|
||||
:disbaled="!['waiting'].includes(row.status)"
|
||||
:disabled="!['waiting'].includes(row.status)"
|
||||
v-access:code="['workflow:leave:edit']"
|
||||
@click.stop=""
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user