Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
P
pica-insurance
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
Close sidebar
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
com.pica.cloud.frontend
pica-insurance
提交
05a77e28
提交
05a77e28
编写于
3月 01, 2023
作者:
张敬贤
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Feature/zjx
上级
59a9ba54
变更
3
显示空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
11 行增加
和
5 行删除
+11
-5
index.vue
src/components/selectTime/index.vue
+8
-3
index.vue
src/views/appoint/index.vue
+1
-0
index.vue
src/views/appointDetails/index.vue
+2
-2
未找到文件。
src/components/selectTime/index.vue
浏览文件 @
05a77e28
...
...
@@ -19,6 +19,7 @@
:key=
"item"
class=
"text"
:class=
"selectTimes === item.appointmentDate ?'selected':''"
:style=
"item.amAppointmentFlag && item.pmAppointmentFlag?'color:#999999':''"
@
click=
"selectTime(item.appointmentDate,item)"
>
{{
item
.
appointmentDate
}}
...
...
@@ -29,7 +30,7 @@
v-show=
"currentItem.amTimeBegin !='' && currentItem.amTimeEnd !=''"
class=
"text"
:class=
"selectTimeBucket === currentItem.amTimeBegin ?'selected':''"
:style=
"currentItem.amAppointmentFlag?'':'color:#
02120F
'"
:style=
"currentItem.amAppointmentFlag?'':'color:#
212121
'"
@
click=
"selectTimeB('am')"
>
{{
currentItem
.
amTimeContent
}}
...
...
@@ -38,7 +39,7 @@
v-if=
"currentItem.pmTimeBegin !='' && currentItem.pmTimeEnd!=''"
class=
"text"
:class=
"selectTimeBucket === currentItem.pmTimeBegin ?'selected':''"
:style=
"currentItem.
amAppointmentFlag?'':'color:#02120F
'"
:style=
"currentItem.
pmAppointmentFlag?'':'color:#212121
'"
@
click=
"selectTimeB('pm')"
>
{{
currentItem
.
pmTimeContent
}}
...
...
@@ -119,6 +120,7 @@ export default {
});
},
selectItem
()
{
if
(
this
.
selectTimes
===
''
)
{
// this.$toast('请选择日期');
return
;
...
...
@@ -157,6 +159,9 @@ export default {
return
num
>
9
?
num
+
''
:
'0'
+
num
;
},
selectTime
(
selectTimes
,
item
)
{
if
(
item
.
amAppointmentFlag
&&
item
.
pmAppointmentFlag
)
{
return
;
}
console
.
log
(
item
);
this
.
selectTimes
=
selectTimes
;
this
.
currentItem
=
item
;
...
...
@@ -230,7 +235,7 @@ export default {
font-size
:
16px
;
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
font-weight
:
400
;
color
:
#
666666
;
color
:
#
999999
;
line-height
:
41px
;
}
}
...
...
src/views/appoint/index.vue
浏览文件 @
05a77e28
...
...
@@ -811,6 +811,7 @@ export default {
.appoint-form-submit
{
margin-top
:
30px
;
height
:
40px
;
font-weight
:
550
;
background
:
#D9D9D9
;
border-radius
:
20px
;
border
:
1px
solid
#D9D9D9
;
...
...
src/views/appointDetails/index.vue
浏览文件 @
05a77e28
...
...
@@ -623,7 +623,7 @@ export default {
.tips
{
font-size
:
14px
;
border-radius
:
11px
;
padding
:
20
px
0
10px
0
;
padding
:
5
px
0
10px
0
;
.tip-org
{
text-align
:
center
;
height
:
21px
;
...
...
@@ -765,7 +765,7 @@ export default {
left
:
0
;
width
:
calc
(
100vw
-
24px
);
bottom
:
0
;
padding
:
5px
12px
26
px
12px
;
padding
:
5px
12px
5
px
12px
;
display
:
flex
;
.detail-btn-bottom-tips
{
position
:
absolute
;
...
...
写
预览
Markdown
格式
0%
请重试
or
附加一个文件
附加文件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录