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-10-18 09:48:01 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
0e433e1a85a950f2ecd373c50ca76649ed556e50
0e433e1a
1 parent
bb4d9248
modify
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
src/views/allocationConfig/flightAllocConfig/mixins/index.js
src/views/allocationConfig/flightAllocConfig/mixins/index.js
View file @
0e433e1
...
...
@@ -17,11 +17,9 @@ export default {
computed
:
{
// 获取路由参数
getRouter
()
{
if
(
this
.
$route
.
query
.
name
==
"add"
)
{
if
(
this
.
$route
.
query
.
name
==
"add"
||
this
.
$route
.
query
.
name
==
"edit"
)
{
return
"保存"
;
}
else
if
(
this
.
$route
.
query
.
name
==
"edit"
)
{
return
"修改"
;
}
else
{
}
else
{
return
false
;
}
},
...
...
Please
register
or
login
to post a comment