kevin_zhangl il y a 3 ans
Parent
commit
1a02b79fa2
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      backendEle/src/components/FilterUser.vue

+ 1 - 1
backendEle/src/components/FilterUser.vue

@@ -313,7 +313,7 @@
       handleOptionPlus() {
         if (this.filterType === '' || this.filterSymbol === '' || (this.filterValue === '' && this.filterAreaValue === [])) {
           this.$message({
-            message: '请填写完整筛选内容',
+            message: 'please complete the selection',//请填写完整筛选内容
             type: 'warning'
           });
           return false