fix: 将按钮文本从'查看更多'改为'点击前往处理'以更准确描述操作
This commit is contained in:
@@ -372,7 +372,7 @@
|
||||
</template>
|
||||
<template v-slot="scope">
|
||||
<button class="action-button" @click="going(scope.row.url)">
|
||||
查看更多
|
||||
点击前往处理
|
||||
</button>
|
||||
</template>
|
||||
</el-table-column>
|
||||
|
Reference in New Issue
Block a user