diff --git a/web_src/src/components/dialog/linkChannelRecord.vue b/web_src/src/components/dialog/linkChannelRecord.vue index 2046c1eb..d30e25bc 100755 --- a/web_src/src/components/dialog/linkChannelRecord.vue +++ b/web_src/src/components/dialog/linkChannelRecord.vue @@ -37,8 +37,8 @@ 按设备添加 按设备移除 - 全部添加 - 全部移除 + 添加所有通道 + 移除所有通道 刷新 @@ -218,7 +218,7 @@ export default { }) }, addAll: function (row) { - this.$confirm("确定全部添加?", '提示', { + this.$confirm("添加所有通道将包括已经添加到其他计划的通道,确定添加所有通道?", '提示', { dangerouslyUseHTMLString: true, confirmButtonText: '确定', cancelButtonText: '取消', @@ -275,7 +275,7 @@ export default { }, removeAll: function (row) { - this.$confirm("确定全部移除?", '提示', { + this.$confirm("确定移除所有通道?", '提示', { dangerouslyUseHTMLString: true, confirmButtonText: '确定', cancelButtonText: '取消',