Commit 6d64000f authored by “yiyousong”'s avatar “yiyousong”

pref:修改大厅窗口删除提示

parent 5d939a52
......@@ -69,7 +69,7 @@
</template>
<template slot="action" slot-scope="text">
<a href="javascript:;" class="delete" @click="handleDel(text.id)"
></a
></a
>
</template>
</a-table>
......@@ -332,7 +332,7 @@ export default {
let _this = this;
this.$confirm({
title: "系统提示",
content: "删除不可恢复,确定要删除吗?",
content: "确定要移除所选窗口吗?",
okText: "确定",
okType: "danger",
cancelText: "取消",
......
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