Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
P
pica-admin-consultation
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
Close sidebar
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
com.pica.cloud.education.frontend
pica-admin-consultation
提交
3e09fb31
提交
3e09fb31
编写于
9月 22, 2021
作者:
jq
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
状态添加
上级
e6bdb742
变更
4
展开全部
隐藏空白字符变更
内嵌
并排
正在显示
4 个修改的文件
包含
22210 行增加
和
21998 行删除
+22210
-21998
.env.development.local
.env.development.local
+20
-0
.gitignore
.gitignore
+2
-2
package-lock.json
package-lock.json
+22135
-21993
inquirylist.vue
src/components/common/inquirylist.vue
+53
-3
未找到文件。
.env.development.local
0 → 100644
浏览文件 @
3e09fb31
NODE_ENV=development
VUE_APP_ENV=development
VUE_APP_SERVICE_URL=
# 模拟用户信息
VUE_APP_MOCK_USER_INFO=
VUE_APP_ENCRYPT=
VUE_APP_CONSOLE=
# 本地开发环境
VUE_APP_IS_LOCAL=true
# appid
VUE_APP_APPID=wxf4e66242d31c81c2
#本地token
VUE_APP_TOKEN=080D305CDE1648C8A23B59AECE68C7A7
.gitignore
浏览文件 @
3e09fb31
...
@@ -3,8 +3,8 @@ node_modules
...
@@ -3,8 +3,8 @@ node_modules
/dist
/dist
.history/
.history/
# local env files
# local env files
.env.local
#
.env.local
.env.*.local
#
.env.*.local
update_*.sh
update_*.sh
package-lock.json
package-lock.json
...
...
package-lock.json
浏览文件 @
3e09fb31
此差异已折叠。
点击以展开。
src/components/common/inquirylist.vue
浏览文件 @
3e09fb31
...
@@ -93,6 +93,9 @@
...
@@ -93,6 +93,9 @@
>
>
</div>
</div>
</div>
</div>
<div
class=
"inquiry-user-status"
>
<span
class=
"status-cll-user-answer"
>
{{
doctorCallStatus
}}
</span>
</div>
<div
<div
class=
"line-btn"
class=
"line-btn"
@
click=
"openChat"
@
click=
"openChat"
...
@@ -166,7 +169,9 @@
...
@@ -166,7 +169,9 @@
>
>
</div>
</div>
</div>
</div>
<div
class=
"inquiry-user-status"
>
<span
class=
"status-cll-user-answer"
>
{{
userCallStatus
}}
</span>
</div>
<div
<div
class=
"line-btn"
class=
"line-btn"
@
click=
"openAdvice"
@
click=
"openAdvice"
...
@@ -216,6 +221,34 @@
...
@@ -216,6 +221,34 @@
showChat
:
(
state
)
=>
state
.
showChat
,
showChat
:
(
state
)
=>
state
.
showChat
,
showAdvice
:
(
state
)
=>
state
.
showAdvice
,
showAdvice
:
(
state
)
=>
state
.
showAdvice
,
}),
}),
doctorCallStatus
()
{
switch
(
this
.
item
.
doctorCallStatus
)
{
case
1
:
return
'未拨打'
;
case
2
:
return
'已拨打未接听'
;
case
3
:
return
'被挂断'
;
case
4
:
return
'已拨打完成'
;
default
:
return
''
;
}
},
userCallStatus
()
{
switch
(
this
.
item
.
userCallStatus
)
{
case
1
:
return
'未拨打'
;
case
2
:
return
'已拨打未接听'
;
case
3
:
return
'被挂断'
;
case
4
:
return
'已拨打完成'
;
default
:
return
''
;
}
},
diagnoseType
()
{
diagnoseType
()
{
switch
(
this
.
item
.
diagnoseType
)
{
switch
(
this
.
item
.
diagnoseType
)
{
case
1
:
case
1
:
...
@@ -506,7 +539,7 @@
...
@@ -506,7 +539,7 @@
width
:
calc
(
100%
-
10px
);
width
:
calc
(
100%
-
10px
);
display
:
flex
;
display
:
flex
;
justify-content
:
space-between
;
justify-content
:
space-between
;
margin-bottom
:
2
0px
;
margin-bottom
:
1
0px
;
padding
:
0
5px
;
padding
:
0
5px
;
.inquiry-user-l
{
.inquiry-user-l
{
display
:
flex
;
display
:
flex
;
...
@@ -599,7 +632,24 @@
...
@@ -599,7 +632,24 @@
}
}
}
}
}
}
.inquiry-user-status
{
width
:
calc
(
100%
-
130px
);
padding-bottom
:
15px
;
height
:
38px
;
.status-cll-user-answer
{
background
:
rgba
(
255
,
94
,
87
,
0
.07
);
border-radius
:
10px
;
border
:
1px
solid
rgba
(
255
,
94
,
87
,
0
.15
);
padding
:
0
4px
;
height
:
20px
;
font-size
:
14px
;
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
font-weight
:
400
;
color
:
#FF5E57
;
line-height
:
20px
;
margin-right
:
6px
;
}
}
.line-btn
{
.line-btn
{
cursor
:
pointer
;
cursor
:
pointer
;
position
:
relative
;
position
:
relative
;
...
...
写
预览
Markdown
格式
0%
请重试
or
附加一个文件
附加文件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录