|
@@ -275,8 +275,8 @@
|
|
@value-change="changeValues"
|
|
@value-change="changeValues"
|
|
>
|
|
>
|
|
<template #action="props" >
|
|
<template #action="props" >
|
|
- <a-popconfirm title="确定删除吗?" @confirm="handleDelete(props)" v-if="!(formData.id!==''&&formData.submit == '1')">
|
|
|
|
- <a v-if="!(formData.id!==''&&formData.submit == '1')">删除(delete)</a>
|
|
|
|
|
|
+ <a-popconfirm title="确定删除吗?" @confirm="handleDelete(props)" v-if="!disabled">
|
|
|
|
+ <a >删除(delete)</a>
|
|
</a-popconfirm>
|
|
</a-popconfirm>
|
|
</template>
|
|
</template>
|
|
</j-vxe-table>
|
|
</j-vxe-table>
|