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 => {