Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -869,7 +869,7 @@ export default { | ... | @@ -869,7 +869,7 @@ export default { |
| 869 | const flightState = multipleSelection.some(item=>item.statusName == statusName); | 869 | const flightState = multipleSelection.some(item=>item.statusName == statusName); |
| 870 | if(flightState){ | 870 | if(flightState){ |
| 871 | flag = true | 871 | flag = true |
| 872 | - this.msgError(`${statusName}不可操作`); | 872 | + this.msgError(`${statusName}不可操作该按钮`); |
| 873 | }else{ | 873 | }else{ |
| 874 | flag = false | 874 | flag = false |
| 875 | } | 875 | } | ... | ... |
-
Please register or login to post a comment