diff --git a/src/components/CustomFormComponents/InputForAllStandards.vue b/src/components/CustomFormComponents/InputForAllStandards.vue index 9e3ef0db1..1d550b370 100644 --- a/src/components/CustomFormComponents/InputForAllStandards.vue +++ b/src/components/CustomFormComponents/InputForAllStandards.vue @@ -283,7 +283,7 @@ export default { } if (this.selectedListRep.length + textArr.length > 20) { return this.$message({ - message: '代替标准号最多选择20项', + message: '标准号最多选择20项', type: 'warning' }) }