From d454f20bd6eff3764b0c4c874717c6ee10c79c27 Mon Sep 17 00:00:00 2001 From: helloDy <1615073571@qq.com> Date: Fri, 22 Sep 2023 16:54:16 +0800 Subject: [PATCH] bug --- src/views/core/base/equipment/index.vue | 2 +- src/views/core/base/productionLine/add-or-updata.vue | 11 +++++++++-- .../core/base/workshopSection/add-or-updata.vue | 6 +++--- src/views/core/mixins/basic-page.js | 6 +++--- src/views/core/monitoring/data24/index.vue | 8 ++++---- .../core/monitoring/sectionStatistics/index.vue | 12 ++++++------ .../monitoring/sectionStatisticsSearch/index.vue | 1 + 7 files changed, 27 insertions(+), 19 deletions(-) diff --git a/src/views/core/base/equipment/index.vue b/src/views/core/base/equipment/index.vue index b031cd65..72a1e223 100644 --- a/src/views/core/base/equipment/index.vue +++ b/src/views/core/base/equipment/index.vue @@ -478,7 +478,7 @@ export default { handleDelete(row) { const id = row.id; this.$modal - .confirm('是否确认删除设备编号为"' + id + '"的数据项?') + .confirm('是否确认删除设备名称为"' + row.name + '"的数据项?') .then(function () { return deleteEquipment(id); }) diff --git a/src/views/core/base/productionLine/add-or-updata.vue b/src/views/core/base/productionLine/add-or-updata.vue index 4e730f31..b26c203d 100644 --- a/src/views/core/base/productionLine/add-or-updata.vue +++ b/src/views/core/base/productionLine/add-or-updata.vue @@ -1,8 +1,8 @@