@@ -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