From e0f991d48e8a701e605e2107343a379e872d1d1d Mon Sep 17 00:00:00 2001 From: danshihao Date: Wed, 24 Jan 2024 10:13:25 +0800 Subject: [PATCH] fix 81106 --- .../modules/InspectionPlanTable.vue | 2 +- .../modules/InspectionProcessTableModal.vue | 2 +- .../modules/ExtensionRequestTableModal.vue | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/workCenter/enterpriseStandardInspectionPlan/modules/InspectionPlanTable.vue b/src/views/workCenter/enterpriseStandardInspectionPlan/modules/InspectionPlanTable.vue index 882c06e4..ad41cfef 100644 --- a/src/views/workCenter/enterpriseStandardInspectionPlan/modules/InspectionPlanTable.vue +++ b/src/views/workCenter/enterpriseStandardInspectionPlan/modules/InspectionPlanTable.vue @@ -291,7 +291,7 @@ export default { // 批量删除 batchDel () { if (this.selectedRowKeys.length <= 0) { - this.$message.warning(this.$t('selectARecord')) + this.$message.warning(this.$t('selectLeastOne')) } else { this.$confirm({ title: this.$t('confirmBatchDeletion'), diff --git a/src/views/workCenter/enterpriseStandardInspectionProcess/modules/InspectionProcessTableModal.vue b/src/views/workCenter/enterpriseStandardInspectionProcess/modules/InspectionProcessTableModal.vue index 831c128a..30a0a7ce 100644 --- a/src/views/workCenter/enterpriseStandardInspectionProcess/modules/InspectionProcessTableModal.vue +++ b/src/views/workCenter/enterpriseStandardInspectionProcess/modules/InspectionProcessTableModal.vue @@ -161,7 +161,7 @@ export default { // 确定 handleOk () { if (this.loading || !this.selectionRows.length) { - this.$message.warn(this.$t('selectARecord')) + this.$message.warn(this.$t('selectLeastOne')) return } // 验证不能重复选择 diff --git a/src/views/workCenter/inspectionExtensionRequestProcess/modules/ExtensionRequestTableModal.vue b/src/views/workCenter/inspectionExtensionRequestProcess/modules/ExtensionRequestTableModal.vue index 94a0ae75..bace5889 100644 --- a/src/views/workCenter/inspectionExtensionRequestProcess/modules/ExtensionRequestTableModal.vue +++ b/src/views/workCenter/inspectionExtensionRequestProcess/modules/ExtensionRequestTableModal.vue @@ -137,7 +137,7 @@ export default { // 确定 handleOk () { if (this.loading || !this.selectionRows.length) { - this.$message.warn(this.$t('selectARecord')) + this.$message.warn(this.$t('selectLeastOne')) return } const data = this.selectionRows.map(item => {