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
028d4895
Commit
028d4895
authored
Jul 15, 2019
by
华国豪
🙄
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/luochao/superman
parents
aecfa9d3
120963ac
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
1010 additions
and
1007 deletions
+1010
-1007
groupTourOrder.vue
src/components/SalesModule/groupTourOrder.vue
+1
-1
TravelControlList.vue
...components/TravelManager/TravelList/TravelControlList.vue
+1
-1
personalCenter.vue
src/components/personalCenter.vue
+2
-2
newpersonal.vue
src/components/personalCenter/newpersonal.vue
+21
-17
dailyAnalysis.vue
src/components/visualization/dailyAnalysis.vue
+1
-1
index.js
src/plug/index.js
+984
-985
No files found.
src/components/SalesModule/groupTourOrder.vue
View file @
028d4895
...
...
@@ -1511,7 +1511,7 @@
<th
width=
"200"
>
操作
</th>
</tr>
<tr>
<td
v-show=
"list.length==0"
colspan=
"1
7
"
align=
"center"
>
暂无数据
</td>
<td
v-show=
"list.length==0"
colspan=
"1
8
"
align=
"center"
>
暂无数据
</td>
</tr>
<tbody
v-for=
"(item,index) in list"
:key=
"index"
>
<tr>
...
...
src/components/TravelManager/TravelList/TravelControlList.vue
View file @
028d4895
...
...
@@ -445,7 +445,7 @@
<div>
{{
fItem
.
FlightArrivalTime
}}
{{
fItem
.
Arrival_time
}}
</div>
<div
style=
"margin-top:5px;"
>
(
{{
fItem
.
AIATA
}}
)
{{
fItem
.
aName
}}
</div>
</td>
<td>
(
{{
fItem
.
StopoverIATA
}}
)
{{
fItem
.
StopoverName
}}
</td>
<td>
<template
v-if=
"fItem.StopoverIATA"
>
(
{{
fItem
.
StopoverIATA
}}
)
</
template
>
{{fItem.StopoverName}}
</td>
</tr>
</table>
<div
class=
"FlightDiv-TCL"
slot=
"reference"
>
...
...
src/components/personalCenter.vue
View file @
028d4895
...
...
@@ -23,12 +23,12 @@
<span
class=
"k"
>
所属部门
</span>
<span
class=
"v"
>
{{
u
.
DepartName
}}
</span>
</div>
<div
class=
"item"
>
<
!--
<
div
class=
"item"
>
<span
class=
"k"
>
工作年限
</span>
<span
class=
"v"
>
<span
style=
"font-size:22px"
>
2年
</span>
(900天)
</span>
</div>
</div>
-->
</div>
<div
class=
"n-info"
>
<div
class=
"item"
@
click=
"changeBoard(0)"
>
...
...
src/components/personalCenter/newpersonal.vue
View file @
028d4895
<
template
>
<div
class=
"newpersonal-c"
>
<div
class=
"item"
v-for=
"(item, index) in users"
:key=
"index"
>
<img
:src=
"item.
EmPhoto"
:onerror=
'defaultHeadImg'
/>
<img
:src=
"item.
emPhoto"
:onerror=
"defaultHeadImg"
/>
<div
class=
"content"
>
<div
class=
"name-box"
>
{{
item
.
E
mName
}}
{{
item
.
e
mName
}}
<i
class=
"iconfont icon-nan nan"
></i>
<el-tag
size=
"mini"
style=
"margin-left:10px"
>
{{
item
.
P
ostName
}}
</el-tag>
<el-tag
size=
"mini"
style=
"margin-left:10px"
>
{{
item
.
p
ostName
}}
</el-tag>
</div>
<div
class=
"last-msg"
>
{{
item
.
CompanyName
}}
·
{{
item
.
DepartmentName
}}
· 6月3日
入职
</div>
<div
class=
"last-msg"
>
{{
item
.
companyName
}}
·
{{
item
.
departmentName
}}
·
{{
emEntryStr
}}
入职
</div>
</div>
<i
class=
"iconfont icon-chat send-msg"
title=
"认识一下"
></i>
<i
class=
"iconfont icon-chat send-msg"
title=
"认识一下"
@
click=
"openChart(item)"
></i>
</div>
</div>
</
template
>
<
script
>
export
default
{
props
:{
users
:{
type
:
Array
,
default
:[]
props
:
{
users
:
{
type
:
Array
,
default
:
[]
}
},
data
()
{
return
{
defaultHeadImg
:
'this.src="'
+
require
(
"../../assets/img/default_head_img.jpg"
)
+
'"'
,
}
},
mounted
()
{
'this.src="'
+
require
(
"../../assets/img/default_head_img.jpg"
)
+
'"'
};
},
mounted
()
{},
methods
:
{
},
openChart
(
obj
)
{
this
.
MsgBus
.
$emit
(
"openChat"
,
{
account
:
obj
.
emLoginMobile
,
alias
:
obj
.
emName
,
avatar
:
obj
.
emPhoto
});
}
}
};
</
script
>
<
style
scoped
>
.newpersonal-c
{
margin-top
:
0px
;
height
:
204px
;
overflow-y
:
auto
;
overflow-y
:
auto
;
}
.newpersonal-c
.item
{
padding
:
12px
30px
;
...
...
src/components/visualization/dailyAnalysis.vue
View file @
028d4895
...
...
@@ -76,7 +76,7 @@
<div
class=
"sq-block-left"
></div>
<div
class=
"t"
>
订单来源占比
</div>
<div
class=
"c"
>
<pingtai
:data=
"result.Order
JoinType
RatioList"
></pingtai>
<pingtai
:data=
"result.Order
Form
RatioList"
></pingtai>
</div>
</div>
<div
class=
"item-box"
style=
"width:346px;"
>
...
...
src/plug/index.js
View file @
028d4895
This diff is collapsed.
Click to expand it.
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