Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SuperMan
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
罗超
SuperMan
Commits
c4dbad8a
Commit
c4dbad8a
authored
Sep 15, 2023
by
youjie
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/luochao/superman
parents
2b2d300a
2f7f6127
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
3 deletions
+2
-3
tripUtils.js
src/assets/utils/tripUtils.js
+1
-0
TravelControlList.vue
...components/TravelManager/TravelList/TravelControlList.vue
+1
-2
TravelFeature.vue
...nts/newTravelmanager/TravelGroupControl/TravelFeature.vue
+0
-1
No files found.
src/assets/utils/tripUtils.js
View file @
c4dbad8a
...
@@ -417,6 +417,7 @@ var tripUtils = {
...
@@ -417,6 +417,7 @@ var tripUtils = {
TrafficContent
:
""
,
//交通内容
TrafficContent
:
""
,
//交通内容
TrafficImage
:
""
,
//交通图片
TrafficImage
:
""
,
//交通图片
TimeStr
:
""
,
//时间字符串备注
TimeStr
:
""
,
//时间字符串备注
DefaultNum
:
0
,
//默认景点展示图
};
};
},
},
//行程-酒店对象
//行程-酒店对象
...
...
src/components/TravelManager/TravelList/TravelControlList.vue
View file @
c4dbad8a
...
@@ -1037,9 +1037,8 @@
...
@@ -1037,9 +1037,8 @@
{{$t('Operation.Op_xilieModyfi')}}
{{$t('Operation.Op_xilieModyfi')}}
</el-dropdown-item>
</el-dropdown-item>
<el-dropdown-item
@
click
.
native=
"goToOpenTravel('TravelManager',item.ID,0,item)"
>
<el-dropdown-item
@
click
.
native=
"goToOpenTravel('TravelManager',item.ID,0,item)"
>
{{$t('Operation.Op_xilieModyfi')}}
(新)
{{$t('Operation.Op_xilieModyfi')}}
新
</el-dropdown-item>
</el-dropdown-item>
<el-dropdown-item
@
click
.
native=
"goTonowTeam('TravelManager2',item.ID,item.TCID,item.TCNUM,item)"
>
<el-dropdown-item
@
click
.
native=
"goTonowTeam('TravelManager2',item.ID,item.TCID,item.TCNUM,item)"
>
{{$t('Operation.Op_dangtuanModify')}}
{{$t('Operation.Op_dangtuanModify')}}
</el-dropdown-item>
</el-dropdown-item>
...
...
src/components/newTravelmanager/TravelGroupControl/TravelFeature.vue
View file @
c4dbad8a
...
@@ -384,7 +384,6 @@
...
@@ -384,7 +384,6 @@
//保存按钮跳转当当前页码
//保存按钮跳转当当前页码
if
(
SaveType
==
1
)
{
if
(
SaveType
==
1
)
{
let
path
=
this
.
$route
.
path
;
let
path
=
this
.
$route
.
path
;
console
.
log
(
"path"
,
path
);
this
.
Success
(
"保存成功"
);
this
.
Success
(
"保存成功"
);
if
(
this
.
isNewConfig
)
{
if
(
this
.
isNewConfig
)
{
this
.
$router
.
push
({
this
.
$router
.
push
({
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment