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