|
|
|
@ -17,14 +17,14 @@
|
|
|
|
|
删除
|
|
|
|
|
</a-button>
|
|
|
|
|
</a-popconfirm>
|
|
|
|
|
<a-button type="link" @click="Confirm">
|
|
|
|
|
<!-- <a-button type="link" @click="Confirm">
|
|
|
|
|
<span class="iconfont icon-yiwancheng2"></span>
|
|
|
|
|
确认执行
|
|
|
|
|
</a-button>
|
|
|
|
|
<a-button type="link" @click="Cancel">
|
|
|
|
|
<span class="iconfont icon-weiwancheng"></span>
|
|
|
|
|
取消确认
|
|
|
|
|
</a-button>
|
|
|
|
|
</a-button> -->
|
|
|
|
|
</template>
|
|
|
|
|
<template #bodyCell="{ column, record }">
|
|
|
|
|
<template v-if="column.key === 'action'">
|
|
|
|
|