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
f28e11d5
Commit
f28e11d5
authored
Sep 27, 2023
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
c98da0f9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
3 deletions
+10
-3
unbundlingMessage.vue
src/components/administrative/model/unbundlingMessage.vue
+2
-2
index.vue
src/components/index.vue
+8
-1
No files found.
src/components/administrative/model/unbundlingMessage.vue
View file @
f28e11d5
<
template
>
<
template
>
<el-dialog
custom-class=
'
w800
PingFangSC'
title=
"机票未绑团提醒"
:visible
.
sync=
"outerVisibleNot"
center
<el-dialog
custom-class=
'PingFangSC'
title=
"机票未绑团提醒"
:visible
.
sync=
"outerVisibleNot"
center
:before-close=
"closeChangeMachie"
>
:before-close=
"closeChangeMachie"
width=
"1100px"
>
<div
v-if=
"UnboundDate.Type==1&&UnboundDate.TravelList&&UnboundDate.TravelList.length>0"
>
<div
v-if=
"UnboundDate.Type==1&&UnboundDate.TravelList&&UnboundDate.TravelList.length>0"
>
<p
style=
"font-size: 18px;font-weight: bold;background: #d1d1d1;padding: 5px 10px;"
>
团队未绑机票列表
</p>
<p
style=
"font-size: 18px;font-weight: bold;background: #d1d1d1;padding: 5px 10px;"
>
团队未绑机票列表
</p>
<el-table
:data=
"UnboundDate.TravelList"
tooltip-effect=
"dark"
style=
"width: 100%"
>
<el-table
:data=
"UnboundDate.TravelList"
tooltip-effect=
"dark"
style=
"width: 100%"
>
...
...
src/components/index.vue
View file @
f28e11d5
...
@@ -214,7 +214,14 @@
...
@@ -214,7 +214,14 @@
CRM系统
CRM系统
<i
class=
"iconfont icon-right1"
></i>
<i
class=
"iconfont icon-right1"
></i>
</el-dropdown-item>
</el-dropdown-item>
<el-dropdown-item
class=
"clearfix _dropdown_other"
@
click
.
native=
"unbundlingVisible=true"
>
<!-- v-if="userInfo.DepartName.indexOf('操作部')!=-1 ||
(userInfo.RB_Branch_id == 1245
&& userInfo.DepartName.indexOf('引流')==-1
&& userInfo.DepartName.indexOf('市场')==-1)" -->
<el-dropdown-item
class=
"clearfix _dropdown_other"
@
click
.
native=
"unbundlingVisible=true"
v-if=
"userInfo&&userInfo.DepartName&&userInfo.DepartName.indexOf('操作部')!=-1 ||(userInfo.RB_Branch_id == 1245
&& userInfo.DepartName.indexOf('引流')==-1
&& userInfo.DepartName.indexOf('市场')==-1)"
>
<i
class=
"iconfont icon-Newspaper"
style=
"color:#f39c12"
></i>
<i
class=
"iconfont icon-Newspaper"
style=
"color:#f39c12"
></i>
机票未绑团查看
机票未绑团查看
<i
class=
"iconfont icon-right1"
></i>
<i
class=
"iconfont icon-right1"
></i>
...
...
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