修改图标
This commit is contained in:
parent
23addd719c
commit
b2a8770eae
@ -38,7 +38,7 @@
|
||||
确认
|
||||
</a-button>
|
||||
<a-button type="primary" @click="handleInfo(record.id)">
|
||||
<template #icon><EditOutlined /></template>
|
||||
<template #icon><EyeOutlined /></template>
|
||||
详情
|
||||
</a-button>
|
||||
<a-button type="primary" danger @click="handleDelete(record.id)">
|
||||
@ -62,7 +62,7 @@
|
||||
|
||||
<script lang="ts" setup>
|
||||
import { reactive, ref, h,nextTick,defineAsyncComponent,onMounted } from 'vue';
|
||||
import {EditOutlined,DeleteOutlined,CheckOutlined} from '@ant-design/icons-vue';
|
||||
import {EyeOutlined,DeleteOutlined,CheckOutlined} from '@ant-design/icons-vue';
|
||||
import { getMessageProfile,messageDelete,messageBatchDelete,setRead } from '@/api/dashboard/message';
|
||||
import { columns } from './columns';
|
||||
import { Modal,message } from 'ant-design-vue';
|
||||
|
Loading…
Reference in New Issue
Block a user