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
268dbf80
Commit
268dbf80
authored
Nov 28, 2023
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
行程特色 新增 9
parent
082012ce
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
8 deletions
+20
-8
TravelFeature.vue
...nts/newTravelmanager/TravelGroupControl/TravelFeature.vue
+20
-8
No files found.
src/components/newTravelmanager/TravelGroupControl/TravelFeature.vue
View file @
268dbf80
...
...
@@ -6,11 +6,13 @@
</span>
<span
class=
"foldList"
@
click=
"fold"
v-if=
"isFold==''"
>
{{
$t
(
'sm.djzd'
)
}}
</span>
<span
class=
"foldList"
@
click=
"fold"
v-if=
"isFold==1"
>
{{
$t
(
'sm.djzk'
)
}}
</span>
<!--
<span
class=
"foldList"
style=
"margin-right: 5px;"
v-if=
"userInfo.IsEditTripTemplate"
@
click=
"journeyTemplate(1)"
>
添加模版
</span>
<span
class=
"foldList"
style=
"margin-right: 5px;"
@
click=
"journeyTemplate(0)"
>
编辑行程
</span>
-->
<template
v-if=
"false"
>
<span
class=
"foldList"
style=
"margin-right: 5px;"
v-if=
"userInfo.IsEditTripTemplate"
@
click=
"journeyTemplate(1)"
>
添加/编辑模版
</span>
<span
v-if=
"FeatureData.FeatureType==9"
class=
"foldList"
style=
"margin-right: 5px;"
@
click=
"journeyTemplate(0)"
>
编辑行程
</span>
</
template
>
<div
class=
"TrfList clearfix"
>
<!--&&item.TypeState!=8-->
<
template
v-for=
"item in TypeArray"
>
...
...
@@ -120,11 +122,15 @@
<UpgradedVersion
ref=
"UpgradedVersion"
:TripColor=
"FeatureData.TripColor"
:FeatureData=
'FeatureData'
>
</UpgradedVersion>
</div>
<!-- ppt 模版行程 -->
<div
v-if=
"FeatureData.FeatureType==9&&FeatureDataFlag"
>
<div
style=
"text-align: center;margin-bottom: 20px;font-size: 14px;color: #808080;"
>
暂无数据,右上角编辑行程试试吧!
</div>
</div>
</div>
</div>
</div>
<!-- ppt 模版 -->
<!-- ppt 模版
新增编辑窗口
-->
<div
class=
"dialogPptistVisible-box"
v-show=
"dialogPptistVisible"
style=
"width: 100%;height: 100%;"
>
<div
class=
"closePptist-box"
>
...
...
@@ -245,7 +251,13 @@
isShow
:
false
,
imgUrl
:
Travelslider
,
TypeState
:
8
}
},
// {
// ckTitle: "行程特色-ppt",
// isShow: false,
// imgUrl: Travelslider,
// TypeState: 9
// },
],
//tab数组
templateColorArray
:
[{
id
:
1
,
...
...
@@ -295,7 +307,7 @@
if
(
type
&&
type
==
1
){
this
.
TemplateUrl
=
`
${
href
}
?uid=
${
this
.
userInfo
.
EmployeeId
}
&model=1`
}
else
{
this
.
TemplateUrl
=
`
${
href
}
?ConfigId=
${
this
.
FeatureData
.
ConfigId
}
&model=1
`
this
.
TemplateUrl
=
`
${
href
}
?ConfigId=
${
this
.
FeatureData
.
ConfigId
}
`
}
this
.
dialogPptistVisible
=
true
},
...
...
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