Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
Support
提交反馈
为 GitLab 提交贡献
登录/注册
切换导航
M
mcep-h5
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
jiangzaicheng
mcep-h5
提交
11c5910c
提交
11c5910c
编写于
9月 09, 2022
作者:
donghuawangliang0612
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
页面样式修改
上级
31306907
变更
4
隐藏空白字符变更
内嵌
并排
正在显示
4 个修改的文件
包含
22 行增加
和
18 行删除
+22
-18
xiayiye.png
src/assets/images/xiayiye.png
+0
-0
PicketAcced.vue
src/components/common/PicketAcced.vue
+20
-16
AccommodDetails.vue
src/views/workbench/AccommodDetails.vue
+1
-1
Accommodation.vue
src/views/workbench/Accommodation.vue
+1
-1
未找到文件。
src/assets/images/xiayiye.png
0 → 100644
浏览文件 @
11c5910c
2.2 KB
src/components/common/PicketAcced.vue
浏览文件 @
11c5910c
...
...
@@ -50,20 +50,22 @@
</van-col>
</van-row>
</div>
<van-row
v-if=
"item.status === 1"
type=
"flex"
class=
"bottom"
@
click=
"onClickPicket()"
>
<van-col
span=
"24"
class=
"lablel"
><span>
还款计划
</span>
<svg
class=
"iconl"
aria-hidden=
"true"
>
<use
xlink:href=
"#icon-a-xiayiye24x24px"
></use>
</svg>
</van-col>
</van-row>
<van-row
v-if=
"item.status === 2"
type=
"flex"
class=
"bottom"
@
click=
"toTrial()"
>
<van-col
span=
"24"
class=
"lablel"
><span>
计算器
</span>
<svg
class=
"iconl"
aria-hidden=
"true"
>
<use
xlink:href=
"#icon-a-xiayiye24x24px"
></use>
</svg>
</van-col>
</van-row>
<van-row
v-if=
"item.status === 1"
type=
"flex"
class=
"bottom"
@
click=
"onClickPicket()"
>
<van-col
span=
"24"
class=
"lablel"
><span>
查看还款计划
</span>
<!--
<svg
class=
"iconl"
aria-hidden=
"true"
>
-->
<!--
<use
xlink:href=
"#icon-a-xiayiye24x24px"
></use>
-->
<!--
</svg>
-->
<img
:src=
"require('@/assets/images/xiayiye.png')"
style=
"width: 30px"
/>
</van-col>
</van-row>
<van-row
v-if=
"item.status === 2"
type=
"flex"
class=
"bottom"
@
click=
"toTrial()"
>
<van-col
span=
"24"
class=
"lablel"
><span>
计算器
</span>
<!--
<svg
class=
"iconl"
aria-hidden=
"true"
>
-->
<!--
<use
xlink:href=
"#icon-a-xiayiye24x24px"
></use>
-->
<!--
</svg>
-->
<img
:src=
"require('@/assets/images/xiayiye.png')"
style=
"width: 30px"
/>
</van-col>
</van-row>
</div>
</div>
</
template
>
...
...
@@ -101,7 +103,8 @@ export default class PicketAcced extends Vue {
.card
{
border-radius
:
2%
;
height
:
27vh
;
//height: 28vh;
height
:
190px
;
margin
:
3%
3%
3%
3%
;
background
:
#ffffff
;
}
...
...
@@ -130,7 +133,7 @@ export default class PicketAcced extends Vue {
}
.bottom
{
background-color
:
rgba
(
54
,
114
,
241
,
1
)
;
background-color
:
#3672F1
;
border
:
none
;
border-radius
:
5px
;
border-top-left-radius
:
0px
;
...
...
@@ -145,5 +148,6 @@ export default class PicketAcced extends Vue {
font-family
:
'Arial Negreta'
,
'Arial Normal'
,
'Arial'
;
font-weight
:
400
;
font-style
:
normal
;
height
:
30px
;
}
</
style
>
src/views/workbench/AccommodDetails.vue
浏览文件 @
11c5910c
...
...
@@ -13,7 +13,7 @@
<tatle-bar
:tatle=
"tatleName"
></tatle-bar>
</div>
<div>
<van-tabs>
<van-tabs
color=
"#3672F1"
>
<van-tab
title=
"申请详情"
>
<div
class=
"layout"
>
<van-row
type=
"flex"
class=
"CoolName"
>
...
...
src/views/workbench/Accommodation.vue
浏览文件 @
11c5910c
...
...
@@ -13,7 +13,7 @@
<tatle-bar
:tatle=
"tatleName"
></tatle-bar>
</div>
<div>
<van-tabs>
<van-tabs
color=
"#3672F1"
title-active-color=
"#3672F1"
>
<van-tab
title=
"未结清"
>
<picket-acced
:productParam=
"productParam"
class=
"acced"
@
onClickDetails=
"onClickDetails"
@
onClickPicket=
"onClickPicket"
@
toTrial=
"toTrial"
></picket-acced>
...
...
编辑
预览
Markdown
格式
0%
请重试
or
添加新附件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录