Commit 3f916b5e authored by lishangbu's avatar lishangbu

💬 Updating text and literals.

parent 595636f4
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
icon="el-icon-delete" icon="el-icon-delete"
size="mini" size="mini"
plain plain
@click="handleDel(scope.row,scope.index)">删除 @click="handleDel(scope.row,scope.index)">踢人
</el-button> </el-button>
</template> </template>
</avue-crud> </avue-crud>
...@@ -84,7 +84,7 @@ ...@@ -84,7 +84,7 @@
}, },
rowDel: function (row, index) { rowDel: function (row, index) {
var _this = this var _this = this
this.$confirm('是否确认删除ID为' + row.token_value, '提示', { this.$confirm('是否强制' + row.user_name+ '下线?', '提示', {
confirmButtonText: '确定', confirmButtonText: '确定',
cancelButtonText: '取消', cancelButtonText: '取消',
type: 'warning' type: 'warning'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment