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
17ccaf48
Commit
17ccaf48
authored
Feb 28, 2019
by
华国豪
🙄
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
‘行程特色样式 、其他删除了一些没用的代码’
parent
7733a71b
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
13 additions
and
31 deletions
+13
-31
cssReset.css
src/assets/css/cssReset.css
+10
-1
Details.vue
src/components/Details.vue
+1
-1
BasicDocuments.vue
src/components/FinancialModule/BasicDocuments.vue
+0
-14
CapitalAllocation.vue
src/components/FinancialModule/CapitalAllocation.vue
+1
-0
FinancialDocumentsDetail.vue
src/components/FinancialModule/FinancialDocumentsDetail.vue
+0
-14
travelFeature3.vue
...lmanager/TravelGroupControl/TravelTemp/travelFeature3.vue
+1
-1
No files found.
src/assets/css/cssReset.css
View file @
17ccaf48
...
...
@@ -613,5 +613,14 @@ vertical-align:middle
text-align
:
left
;
padding-left
:
5px
;
}
.noDataNotice
{
text-align
:
center
;
padding
:
0px
0
;
color
:
#999
;
font-size
:
14px
;
}
.noDataNotice
>
i
{
font-size
:
120px
;
color
:
#ccc
;
}
/************************** luochao 重新定义表格样式 END *******************************/
\ No newline at end of file
src/components/Details.vue
View file @
17ccaf48
...
...
@@ -805,7 +805,7 @@ export default {
},
getTitleByRouter
(
name
){
let
obj
=
{}
routerConfig
.
routes
[
1
0
].
children
[
10
].
children
.
forEach
(
x
=>
{
routerConfig
.
routes
[
1
1
].
children
[
10
].
children
.
forEach
(
x
=>
{
if
(
x
.
name
==
name
){
obj
.
comp
=
x
.
component
if
(
x
.
meta
&&
x
.
meta
.
title
)
...
...
src/components/FinancialModule/BasicDocuments.vue
View file @
17ccaf48
...
...
@@ -1689,20 +1689,6 @@ export default {
}
},
err
=>
{})
},
getTitleByRouter
(
name
){
let
obj
=
{}
routerConfig
.
routes
[
7
].
children
[
9
].
children
.
forEach
(
x
=>
{
if
(
x
.
name
==
name
){
obj
.
comp
=
x
.
component
if
(
x
.
meta
&&
x
.
meta
.
title
)
obj
.
title
=
x
.
meta
.
title
else
obj
.
title
=
''
return
false
}
})
return
obj
},
},
created
(){
if
(
this
.
$route
.
query
.
pageIndex
){
this
.
pageIndex
=
this
.
$route
.
query
.
pageIndex
;
...
...
src/components/FinancialModule/CapitalAllocation.vue
View file @
17ccaf48
...
...
@@ -198,6 +198,7 @@
</td>
</tr>
</table>
<div
class=
"noDataNotice"
v-if=
"dataList.length
<1
"
><i
class=
"iconfont icon-kong"
></i>
<p>
没有找到你需要的数据
</p></div>
</div>
</div>
</
template
>
...
...
src/components/FinancialModule/FinancialDocumentsDetail.vue
View file @
17ccaf48
...
...
@@ -1173,20 +1173,6 @@ export default {
Vue
.
component
(
this
.
name
+
this
.
z
,
this
.
componentTemp
)
this
.
c
=
this
.
name
+
this
.
z
},
getTitleByRouter
(
name
){
let
obj
=
{}
routerConfig
.
routes
[
7
].
children
[
9
].
children
.
forEach
(
x
=>
{
if
(
x
.
name
==
name
){
obj
.
comp
=
x
.
component
if
(
x
.
meta
&&
x
.
meta
.
title
)
obj
.
title
=
x
.
meta
.
title
else
obj
.
title
=
''
return
false
}
})
return
obj
},
},
mounted
(){
// document.onkeydown = this.KeyDown
// document.onkeyup = this.KeyUp
...
...
src/components/newTravelmanager/TravelGroupControl/TravelTemp/travelFeature3.vue
View file @
17ccaf48
...
...
@@ -500,7 +500,7 @@
<input
type=
"file"
style=
"display:none"
:id=
'"viewSpotfile_"+(item*4)+"_0"'
@
change=
"uploadpic"
>
</div>
<div
class=
"travel_noImg dragDiv"
:id=
'"viewSpotBox_"+(item*4)+"_0"'
>
<VueDraggableResizable
v-if=
"viewSpotObj.list[item*4].images[0]"
:ref=
'"viewSpotVds_"+(item*4)+"_0"'
tabindex=
"0"
:resizable=
'false'
:active=
"false"
:parent=
"false"
axis=
'y'
@
activated=
"onActivated(item*4,0)"
:x=
"
viewSpotObj.list[item*4].images[0].x
"
:y=
"viewSpotObj.list[item*4].images[0].y"
:z=
"2"
@
dragstop=
"onViewSpotDragstop"
>
<VueDraggableResizable
v-if=
"viewSpotObj.list[item*4].images[0]"
:ref=
'"viewSpotVds_"+(item*4)+"_0"'
tabindex=
"0"
:resizable=
'false'
:active=
"false"
:parent=
"false"
axis=
'y'
@
activated=
"onActivated(item*4,0)"
:x=
"
0
"
:y=
"viewSpotObj.list[item*4].images[0].y"
:z=
"2"
@
dragstop=
"onViewSpotDragstop"
>
<img
:src=
'viewSpotObj.list[item*4].images[0].Url'
:id=
'"viewSpotImg_"+(item*4)+"_0"'
/>
</VueDraggableResizable>
</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