fix: 将按钮文本从'查看更多'改为'点击前往处理'以更准确描述操作

This commit is contained in:
2025-08-19 11:30:01 +08:00
parent 5a088555c8
commit b1d7d4e59b

View File

@@ -372,7 +372,7 @@
</template>
<template v-slot="scope">
<button class="action-button" @click="going(scope.row.url)">
查看更多
点击前往处理
</button>
</template>
</el-table-column>