kevin_zhangl 3 年之前
父节点
当前提交
1a02b79fa2
共有 1 个文件被更改,包括 1 次插入1 次删除
  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