@@ -17,7 +17,7 @@
</button> -->
<!-- 已解决按钮 -->
<button @click="openModal(record, 'resolved')" class="resolved-btn" title="已解决">
- <span class="action-text">已解决</span>
+ <SvgIcon name="details" />
</button>
</template>
</BasicTable>
@@ -20,7 +20,7 @@
<div class="action-buttons">
<!-- 操作按钮 -->
</div>
@@ -24,7 +24,7 @@
@@ -19,7 +19,7 @@
<!-- 核心:判断record是否有有效数据,无则显示- -->
<template #action="{ record }">
<template #empty>