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:37 +0800
Browse Files
Options
Browse Files
Download
Plain Diff
Commit
d4c41675eb9bee49b827a1a05ffac821f6da7090
d4c41675
2 parents
20842ad1
0e433e1a
Merge branch 'et86-black' into uat
Hide 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 @
d4c4167
...
...
@@ -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