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
68b8d462
Commit
68b8d462
authored
Feb 18, 2019
by
华国豪
🙄
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
'table 分页位置问题@'
parent
19653a75
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
13 deletions
+8
-13
cssReset.css
src/assets/css/cssReset.css
+5
-4
BasicDocuments.vue
src/components/FinancialModule/BasicDocuments.vue
+1
-1
FinancialDocumentsDetail.vue
src/components/FinancialModule/FinancialDocumentsDetail.vue
+1
-7
payURL.vue
src/components/commonPage/payURL.vue
+1
-1
No files found.
src/assets/css/cssReset.css
View file @
68b8d462
...
@@ -293,11 +293,12 @@ input:-webkit-autofill{-webkit-box-shadow: 0 0 0px 1000px white inset;}
...
@@ -293,11 +293,12 @@ input:-webkit-autofill{-webkit-box-shadow: 0 0 0px 1000px white inset;}
cursor
:
default
;
cursor
:
default
;
}
}
.v-table-views
.el-pagination
{
.v-table-views
.el-pagination
{
bottom
:
2px
;
position
:
absolute
;
position
:
fixed
;
/* left: 70px; */
left
:
70px
;
/* right: 20px; */
right
:
20px
;
bottom
:
0
;
/* margin-top: 0px; */
/* margin-top: 0px; */
width
:
100%
;
background
:
#fff
;
background
:
#fff
;
border
:
1px
solid
#E5e5e5
!important
;
border
:
1px
solid
#E5e5e5
!important
;
}
}
...
...
src/components/FinancialModule/BasicDocuments.vue
View file @
68b8d462
...
@@ -372,7 +372,7 @@
...
@@ -372,7 +372,7 @@
</el-carousel-item>
</el-carousel-item>
</el-carousel>
</el-carousel>
</div>
</div>
<
template
v-for=
"(file,fIndex) in GetDetail.VorcherInos"
v-if=
"file.Type
!=3
"
>
<
template
v-for=
"(file,fIndex) in GetDetail.VorcherInos"
v-if=
"file.Type
===1
"
>
<div
class=
"_wenjian"
@
click=
"showUpLoadFile(file)"
>
<div
class=
"_wenjian"
@
click=
"showUpLoadFile(file)"
>
<p
v-if=
"file.Type==1"
class=
"_wenjian_P iconfont icon-excel"
></p>
<p
v-if=
"file.Type==1"
class=
"_wenjian_P iconfont icon-excel"
></p>
<!--
<p
class=
"_addFile_name"
>
{{
file
.
Content
}}
</p>
-->
<!--
<p
class=
"_addFile_name"
>
{{
file
.
Content
}}
</p>
-->
...
...
src/components/FinancialModule/FinancialDocumentsDetail.vue
View file @
68b8d462
...
@@ -450,7 +450,7 @@
...
@@ -450,7 +450,7 @@
</el-carousel>
</el-carousel>
</div>
</div>
<div
class=
"clearfix"
>
<div
class=
"clearfix"
>
<
template
v-for=
"(file,fIndex) in GetDetail.VorcherInos"
v-if=
"file.Type
!=3
"
>
<
template
v-for=
"(file,fIndex) in GetDetail.VorcherInos"
v-if=
"file.Type
===1
"
>
<div
class=
"_wenjian"
@
click=
"showUpLoadFile(file)"
>
<div
class=
"_wenjian"
@
click=
"showUpLoadFile(file)"
>
<p
v-if=
"file.Type==1"
class=
"_wenjian_P iconfont"
:class=
"file.Content.substring(file.Content.lastIndexOf('.')+1,file.Content.length).toUpperCase()=='PDF'? 'icon-pdf' : 'icon-excel'"
></p>
<p
v-if=
"file.Type==1"
class=
"_wenjian_P iconfont"
:class=
"file.Content.substring(file.Content.lastIndexOf('.')+1,file.Content.length).toUpperCase()=='PDF'? 'icon-pdf' : 'icon-excel'"
></p>
<!--
<p
class=
"_addFile_name"
>
{{
file
.
Content
}}
</p>
-->
<!--
<p
class=
"_addFile_name"
>
{{
file
.
Content
}}
</p>
-->
...
@@ -470,12 +470,6 @@
...
@@ -470,12 +470,6 @@
<div
v-if=
"file.Type==1"
>
<div
v-if=
"file.Type==1"
>
<div
class=
"iconfont _wenjian_P"
:class=
"file.Content.substring(file.Content.lastIndexOf('.')+1,file.Content.length).toUpperCase()=='PDF'? 'icon-pdf' : 'icon-excel'"
@
click=
"showUpLoadFileT(file)"
>
<div
class=
"iconfont _wenjian_P"
:class=
"file.Content.substring(file.Content.lastIndexOf('.')+1,file.Content.length).toUpperCase()=='PDF'? 'icon-pdf' : 'icon-excel'"
@
click=
"showUpLoadFileT(file)"
>
</div>
<span
class=
"iconfont icon-guanbi1"
@
click=
"deleteUploadFile(fIndex)"
></span>
</div>
<div
v-if=
"file.Type==2"
>
<div
class=
"iconfont icon-excel"
@
click=
"showUpLoadFileT(file)"
>
</div>
</div>
<span
class=
"iconfont icon-guanbi1"
@
click=
"deleteUploadFile(fIndex)"
></span>
<span
class=
"iconfont icon-guanbi1"
@
click=
"deleteUploadFile(fIndex)"
></span>
</div>
</div>
...
...
src/components/commonPage/payURL.vue
View file @
68b8d462
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
<div
style=
"margin: 15px 0;"
v-show=
"!isShowPic"
>
<div
style=
"margin: 15px 0;"
v-show=
"!isShowPic"
>
<el-input
placeholder=
"请输入金额"
v-model=
"payMoney"
<el-input
placeholder=
"请输入金额"
v-model=
"payMoney"
@
input=
"payMoney=/^\d+\.?\d
{0,2}$/.test(payMoney)||payMoney == '' ? payMoney : payMoney=''">
@
input=
"payMoney=/^\d+\.?\d
{0,2}$/.test(payMoney)||payMoney == '' ? payMoney : payMoney=''">
<el-select
class=
'fz12 w120'
v-model=
"payType"
slot=
"prepend"
placeholder=
"请选择费用类型"
>
<el-select
class=
'fz12 w120'
v-model=
"payType"
slot=
"prepend"
placeholder=
"请选择费用类型"
filterable
:readonly=
"false"
>
<el-option
v-for=
'item in fylxList'
:label=
"item.Name"
:value=
"item.ID"
:key=
'item.ID'
>
<el-option
v-for=
'item in fylxList'
:label=
"item.Name"
:value=
"item.ID"
:key=
'item.ID'
>
</el-option>
</el-option>
</el-select>
</el-select>
...
...
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