Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Fedex
/
imac-vue
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
Elements-SY
2023-09-04 14:52:19 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
e66a8e9956bc92496ae500904b1eda878a6303d6
e66a8e99
1 parent
91276eb6
modify
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/views/basicInformation/flightInformationMaintenance/index.vue
src/views/basicInformation/flightInformationMaintenance/index.vue
View file @
e66a8e9
...
...
@@ -869,7 +869,7 @@ export default {
const flightState = multipleSelection.some(item=>item.statusName == statusName);
if(flightState){
flag = true
this.msgError(`${statusName}不可操作`);
this.msgError(`${statusName}不可操作
该按钮
`);
}else{
flag = false
}
...
...
Please
register
or
login
to post a comment