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
32f5827f
Commit
32f5827f
authored
Dec 19, 2025
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
11
parent
a9573f74
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
17 deletions
+14
-17
TravelConfig.vue
...ents/newTravelmanager/TravelGroupControl/TravelConfig.vue
+14
-17
No files found.
src/components/newTravelmanager/TravelGroupControl/TravelConfig.vue
View file @
32f5827f
...
...
@@ -244,23 +244,20 @@
</div>
</div>
</div>
<div
class=
"_VideoStr_box _VideoStr_boxColor"
v-if=
"CurrentUserInfo&&CurrentUserInfo.RB_Group_id==2"
>
<el-form-item
:label=
"$t('objFill.xingchengzts')"
>
<div
class=
"row items-center nowrap"
>
<template
v-for=
"(x,i) in colorArr"
>
<el-tooltip
:key=
"i"
class=
"box-item"
effect=
"dark"
:content=
"x.ColorName"
placement=
"bottom"
>
<div
@
click=
"PostConfig.TripColor=x.ColorValue"
>
<span
class=
"colorMark"
:style=
"
{'background':x.ColorValue,'border-color':x.ColorValue==PostConfig.TripColor?'black':'#eee'}">
</span>
</div>
</el-tooltip>
</
template
>
</div>
<!-- <el-color-picker style='vertical-align: middle;' v-model="PostConfig.TripColor"></el-color-picker> -->
<span
style=
"color: red;margin-left: 5px;margin-top: 15px;display: block;"
>
{{$t('objFill.zhuyisyxcmbqzxgzs')}}
</span>
</el-form-item>
</div>
<el-form-item
:label=
"$t('objFill.xingchengzts')"
v-if=
"CurrentUserInfo&&CurrentUserInfo.RB_Group_id==2"
>
<div
style=
"display:flex;align-items:center;flex-wrap:nowrap;"
>
<template
v-for=
"(x,i) in colorArr"
>
<el-tooltip
:key=
"i"
class=
"box-item"
effect=
"dark"
:content=
"x.ColorName"
placement=
"bottom"
>
<div
@
click=
"PostConfig.TripColor=x.ColorValue"
>
<span
class=
"colorMark"
:style=
"
{'background':x.ColorValue,'border-color':x.ColorValue==PostConfig.TripColor?'black':'#eee'}">
</span>
</div>
</el-tooltip>
</
template
>
</div>
<span
style=
"color: red;margin-left: 5px;display: block;"
>
{{$t('objFill.zhuyisyxcmbqzxgzs')}}
</span>
</el-form-item>
</el-form>
</div>
</div>
...
...
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