|
@@ -20,7 +20,7 @@
|
|
|
>
|
|
|
<template #action="props">
|
|
|
<a-divider type="vertical"/>
|
|
|
- <a-popconfirm title="确定删除吗?" @confirm="handleDelete(props)">
|
|
|
+ <a-popconfirm title="确定删除吗?" @confirm="handleDelete(props)" v-if="!formDisabled">
|
|
|
<a>删除(delete)</a>
|
|
|
</a-popconfirm>
|
|
|
</template>
|
|
@@ -42,7 +42,7 @@
|
|
|
>
|
|
|
<template #action="props">
|
|
|
<a-divider type="vertical"/>
|
|
|
- <a-popconfirm title="确定删除吗?" @confirm="handleDelete1(props)">
|
|
|
+ <a-popconfirm title="确定删除吗?" @confirm="handleDelete1(props)" v-if="!formDisabled">
|
|
|
<a>删除(delete)</a>
|
|
|
</a-popconfirm>
|
|
|
</template></JVxeTable>
|