|
@@ -44,7 +44,7 @@
|
|
|
</template>
|
|
|
<template #bodyCell="{ column, record }">
|
|
|
<template v-if="column.dataIndex === 'action'">
|
|
|
- <a-button type="link" size="small" @click="formRef.onOpen(record)">编辑</a-button>
|
|
|
+ <!-- <a-button type="link" size="small" @click="formRef.onOpen(record)">编辑</a-button> -->
|
|
|
<a-popconfirm title="确定要删除吗?" @confirm="deleteData(record)">
|
|
|
<a-button type="link" danger size="small">删除</a-button>
|
|
|
</a-popconfirm>
|