Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tl_estate
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
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
hujun
tl_estate
Commits
e80f5784
Commit
e80f5784
authored
Oct 10, 2019
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
字段修改
parent
2383ccab
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
performanceContrast.vue
...rc/components/performanceContrast/performanceContrast.vue
+3
-3
noRansferEarnest.js
public/resource/js/noRansferEarnest.js
+1
-1
No files found.
public/appnew/src/components/performanceContrast/performanceContrast.vue
View file @
e80f5784
...
...
@@ -40,10 +40,10 @@
<td>
人数
</td>
</tr>
<tr
class=
"main-con"
v-for=
"(item2,index) in item.value"
>
<td>
{{
(
item2
.
real_performance_time
).
replace
(
/-/g
,
'.'
).
replace
(
/ . /g
,
'-'
)
}}
</td>
<td>
{{
item2
.
real_performance
}}
</td>
<td>
{{
(
item2
.
time
).
replace
(
/-/g
,
'.'
).
replace
(
/ . /g
,
'-'
)
}}
</td>
<td>
{{
item2
.
real_performanceSum
}}
</td>
<td>
{{
(
item2
.
time
).
replace
(
/-/g
,
'.'
).
replace
(
/ . /g
,
'-'
)
}}
</td>
<td>
{{
item2
.
performanceSum
}}
</td>
<td>
{{
item2
.
performance
}}
</td>
<td>
{{
item2
.
people_num
}}
</td>
</tr>
</div>
...
...
public/resource/js/noRansferEarnest.js
View file @
e80f5784
...
...
@@ -1482,7 +1482,7 @@ define(['doT', 'text!temp/noRansferEarnest_template_tpl.html', 'css!style/home.c
//收款记录 导出
exportExcel
:
function
()
{
var
_url
=
'/index/getCollectionExcel?
'
;
var
_url
=
receiv
.
listUrl
+
'?excel=1&
'
;
receiv
.
buildSearchParams
()
window
.
open
(
_url
+
receiv
.
buildSearchParamsLiu
);
},
...
...
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