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
bd15fe25
Commit
bd15fe25
authored
Dec 21, 2023
by
王建文
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
融资方案
parent
08081855
Changes
5
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
239 additions
and
90 deletions
+239
-90
zhongmei.jpeg
src/assets/myInfo/zhongmei.jpeg
+0
-0
rateInput.vue
src/components/rateInput.vue
+7
-5
contract-detail.vue
src/pages/contractSigning/contract-detail.vue
+102
-46
contract-new.vue
src/pages/contractSigning/contract-new.vue
+122
-31
ContactUs.vue
src/pages/myInfo/ContactUs.vue
+8
-8
No files found.
src/assets/myInfo/zhongmei.jpeg
0 → 100644
View file @
bd15fe25
22.5 KB
src/components/rateInput.vue
View file @
bd15fe25
...
...
@@ -13,7 +13,7 @@ export default {
name
:
'CurrencyInput'
,
props
:
{
value
:
{
default
:
'
4
'
,
default
:
''
,
},
// disable: {
// type: Boolean,
...
...
@@ -43,7 +43,7 @@ export default {
let
currency
=
this
.
$options
.
filters
[
'rate'
]
if
(
!
this
.
focused
)
{
if
(
this
.
value
!==
''
&&
this
.
value
!==
null
)
{
return
`
${
currency
(
this
.
value
)}
%`
return
`
${
currency
(
this
.
value
*
100
)}
%`
}
}
else
{
return
this
.
value
...
...
@@ -68,15 +68,16 @@ export default {
// let uncurrency = this.$options.filter['uncurrency']
// this.newVal = uncurrency(this.value)
this
.
newVal
=
this
.
value
if
(
this
.
newVal
.
includes
(
'.'
)
&&
value
===
'.'
)
{
if
(
this
.
newVal
!=
''
&&
this
.
newVal
.
includes
(
'.'
)
&&
value
===
'.'
)
{
}
else
{
this
.
newVal
+=
(
''
+
value
)
}
this
.
$emit
(
'input'
,
this
.
newVal
)
this
.
$emit
(
'input'
,
this
.
newVal
/
100
)
},
onDelete
()
{
this
.
newVal
=
''
this
.
$emit
(
'input'
,
this
.
newVal
)
this
.
$emit
(
'input'
,
this
.
newVal
/
100
)
},
// onInput: function (value) {
// if (this.disable) return
...
...
@@ -86,6 +87,7 @@ export default {
// },
onFocus
(
event
)
{
// if (this.disable) return
debugger
let
vm
=
this
this
.
focused
=
true
let
value
=
(
event
.
target
.
value
).
trim
()
...
...
src/pages/contractSigning/contract-detail.vue
View file @
bd15fe25
This diff is collapsed.
Click to expand it.
src/pages/contractSigning/contract-new.vue
View file @
bd15fe25
This diff is collapsed.
Click to expand it.
src/pages/myInfo/ContactUs.vue
View file @
bd15fe25
...
...
@@ -8,7 +8,7 @@
</h-header>
<h-content>
<div
class=
"contact-us"
>
<p
class=
"title"
>
金融科技事业部
</p>
<p
class=
"title"
>
中煤科工金融租赁股份有限公
</p>
<div
class=
"Address"
>
<ul>
<li>
地址:北京市东城区环球贸易中心A座28层
</li>
...
...
@@ -17,22 +17,22 @@
<li>
网址:www.cctegfl.com
</li>
</ul>
</div>
<div
class=
"RentCentral"
>
<
!--
<
div
class=
"RentCentral"
>
<ul>
<li>
汉得金融科技核心条线集中交付中心
</li>
<li>
监督举报
</li>
<li>
电话:01234-567890
</li>
</ul>
</div>
</div>
-->
<div
class=
"Ercode"
>
<ul>
<
!--
<li><img
src=
"@/assets/myInfo/xugongFinancial.jpg"
></li>
--
>
<
li><img
src=
"@/assets/myInfo/zhongmei.jpeg"
></li
>
<li>
演示demo
<br>
微信公众号
</li>
</ul>
<
ul
>
<
!--
<ul>
--
>
<!--
<li><img
src=
"@/assets/myInfo/xugongRent.jpg"
></li>
-->
<li>
演示demo
<br>
微信公众号
</li>
</ul>
<!--
<li>
演示demo
<br>
微信公众号
</li>
</ul>
-->
</div>
</div>
</h-content>
...
...
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