kevin_zhangl hace 3 años
padre
commit
1a02b79fa2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      backendEle/src/components/FilterUser.vue

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

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