Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
H
hls-xcmg-vue-app
Project
Project
Details
Activity
Releases
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
xugong
hls-xcmg-vue-app
Commits
1e0e0bd5
Commit
1e0e0bd5
authored
Oct 22, 2019
by
786817560
Browse files
Options
Browse Files
Download
Plain Diff
'解决冲突'
parents
991ef9e0
55f7efe9
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
296 additions
and
296 deletions
+296
-296
contract-detail.vue
src/pages/contractSigning/contract-detail.vue
+291
-291
contract-details.vue
src/pages/distributorSign/contract-details.vue
+3
-3
financing-details.vue
src/pages/financingTrial/financing-details.vue
+2
-2
No files found.
src/pages/contractSigning/contract-detail.vue
View file @
1e0e0bd5
This diff is collapsed.
Click to expand it.
src/pages/distributorSign/contract-details.vue
View file @
1e0e0bd5
...
...
@@ -2,7 +2,7 @@
* @Description: 合同详情
* @Author: your name
* @Date: 2019-09-25 15:38:21
* @LastEditTime: 2019-10-
10 10:52:55
* @LastEditTime: 2019-10-
21 18:48:53
* @LastEditors: Please set LastEditors
-->
<
template
>
...
...
@@ -90,7 +90,7 @@
</item>
<item>
<div
slot=
"name"
class=
"font-color"
>
保证金比例
</div>
<span
slot=
"content"
>
{{
info
.
deposit_ratio
|
NumFormat
}}
</span>
<span
slot=
"content"
>
{{
info
.
deposit_ratio
_n
}}
</span>
</item>
<item>
<div
slot=
"name"
class=
"font-color"
>
保证金
</div>
...
...
@@ -122,7 +122,7 @@
</item>
<item>
<div
slot=
"name"
class=
"font-color"
>
年利率
</div>
<input
slot=
"content"
v-model=
"info.int_rate"
readonly
>
<input
slot=
"content"
v-model=
"info.int_rate
_n
"
readonly
>
</item>
</list-item>
<div
class=
"repay-plan"
>
...
...
src/pages/financingTrial/financing-details.vue
View file @
1e0e0bd5
...
...
@@ -2,7 +2,7 @@
* @Descrip""/>User Settings Edit
* @Author: your name
* @Date: 2019-09-29 20:31:00
* @LastEditTime: 2019-10-2
1 15:17:55
* @LastEditTime: 2019-10-2
2 09:08:31
* @LastEditors: Please set LastEditors
-->
<
template
>
...
...
@@ -122,7 +122,7 @@ export default {
showTime
(
format
)
{
let
vm
=
this
hlsPopup
.
showTime
({
nowDate
:
new
Date
().
toLocaleDateString
()
,
nowDate
:
new
Date
().
toLocaleDateString
()
.
replace
(
/
\/
/g
,
'-'
),
// return date.replace(/\//g, '-')
format
:
format
,
callback
:
(
date
)
=>
{
// alert(date)
...
...
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