|
@@ -33,7 +33,7 @@
|
|
|
icon="el-icon-delete"
|
|
|
size="mini"
|
|
|
plain
|
|
|
- @click="handleDel(scope.row,scope.index)">删除
|
|
|
+ @click="handleDel(scope.row,scope.index)">踢人
|
|
|
</el-button>
|
|
|
</template>
|
|
|
</avue-crud>
|
|
@@ -84,7 +84,7 @@
|
|
|
},
|
|
|
rowDel: function (row, index) {
|
|
|
var _this = this
|
|
|
- this.$confirm('是否确认删除ID为' + row.token_value, '提示', {
|
|
|
+ this.$confirm('是否强制' + row.user_name+ '下线?', '提示', {
|
|
|
confirmButtonText: '确定',
|
|
|
cancelButtonText: '取消',
|
|
|
type: 'warning'
|