Skip to content

Commit 882a0f1

Browse files
authored
Merge pull request #300 from Bidaya0/fix/change-text-in-agent-manage
fix(agentmanage): change text.
2 parents 06ccc68 + c49e82f commit 882a0f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/setting/AgentManage.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@
249249
</template>
250250
</el-table-column>
251251
<!-- 3 4 -->
252-
<el-table-column label="操作" width="140px">
252+
<el-table-column label="暂停/启用" width="140px">
253253
<template slot-scope="{ row }">
254254
<el-switch
255255
v-if="row.is_control === 0"

0 commit comments

Comments
 (0)