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
提交
e8d3dea7
提交
e8d3dea7
编写于
1月 20, 2021
作者:
guangjun.yang
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
样式及bug修改
上级
8969437d
变更
5
展开全部
隐藏空白字符变更
内嵌
并排
正在显示
5 个修改的文件
包含
128 行增加
和
68 行删除
+128
-68
user-info.vue
src/components/IM/user-info.vue
+1
-1
common.scss
src/style/common.scss
+26
-12
index.scss
src/views/IM/current-session/index.scss
+6
-0
index.vue
src/views/IM/current-session/index.vue
+76
-50
list.vue
src/views/IM/waiting-session/list.vue
+19
-5
未找到文件。
src/components/IM/user-info.vue
浏览文件 @
e8d3dea7
...
...
@@ -40,7 +40,7 @@
<div
class=
"icon"
>
<img
src=
"../../assets/image/IM/icon-org.png"
alt
/>
</div>
<span
class=
"desc"
>
{{
userInfo
.
hospitalName
}}
</span>
<span
class=
"desc"
>
{{
userInfo
.
hospitalName
?
userInfo
.
hospitalName
:
'无机构'
}}
</span>
</article>
</section>
<section
class=
"qt-wrapper"
>
...
...
src/style/common.scss
浏览文件 @
e8d3dea7
...
...
@@ -234,16 +234,30 @@ html,body{
}
.current-session-wrap
{
.c-bottom
.el-input__inner
{
height
:
44px
;
line-height
:
44px
;
padding-right
:
100px
;
}
.el-input.is-active
.el-input__inner
,
.el-input__inner
:focus
{
border-color
:
#eff5f7
;
}
.link-form
.el-form-item
{
margin-bottom
:
15px
;
}
// .c-bottom .el-input__inner {
// height: 44px;
// line-height: 44px;
// padding-right: 100px;
// }
// .el-input.is-active .el-input__inner,
// .el-input__inner:focus {
// border-color: #eff5f7;
// }
// .link-form .el-form-item {
// margin-bottom: 15px;
// }
.c-bottom
.el-textarea__inner
{
height
:
44px
;
line-height
:
22px
;
padding-right
:
100px
;
resize
:
none
;
}
.el-input.is-active
.el-textarea__inner
,
.el-textarea__inner
:focus
{
border-color
:
#eff5f7
;
}
.link-form
.el-form-item
{
margin-bottom
:
15px
;
}
}
\ No newline at end of file
src/views/IM/current-session/index.scss
浏览文件 @
e8d3dea7
...
...
@@ -255,10 +255,16 @@
}
}
.c-bottom
{
position
:
relative
;
top
:
0
;
left
:
0
;
display
:
flex
;
flex-direction
:
row
;
margin
:
16px
12px
16px
25px
;
.cb-icon-wrapper
{
position
:
absolute
;
top
:
0
;
right
:
70px
;
display
:
flex
;
align-items
:
center
;
height
:
44px
;
...
...
src/views/IM/current-session/index.vue
浏览文件 @
e8d3dea7
此差异已折叠。
点击以展开。
src/views/IM/waiting-session/list.vue
浏览文件 @
e8d3dea7
...
...
@@ -3,13 +3,17 @@
<bread-crumb
:curmbFirst=
"curmbFirst"
:curmbSecond=
"curmbSecond"
></bread-crumb>
<div
class=
"component-content screenSet"
id=
"screenSet"
>
<div
class=
"search-title"
>
<p>
当前共有
<span
class=
"num"
>
{{
t
ableData
.
length
}}
位
</span>
用户正在等待
</p>
<p>
当前共有
<span
class=
"num"
>
{{
t
otal
}}
位
</span>
用户正在等待
</p>
<el-button
type=
"primary"
size=
"small"
@
click=
"getNextSession()"
>
给我一个任务吧
</el-button>
</div>
<el-table
:data=
"tableData"
style=
"width: 100%"
v-loading=
"loading"
>
<el-table-column
prop=
"userName"
label=
"用户名"
min-width=
"50"
align=
"center"
></el-table-column>
<el-table-column
prop=
"waitTime"
label=
"等待时间"
min-width=
"100"
align=
"center"
></el-table-column>
<el-table-column
prop=
"idType"
label=
"用户类型"
min-width=
"50"
align=
"center"
></el-table-column>
<el-table-column
prop=
"idType"
label=
"用户类型"
min-width=
"50"
align=
"center"
>
<template
slot-scope=
"scope"
>
<span>
{{
scope
.
row
.
idType
|
typeFilter
}}
</span>
</
template
>
</el-table-column>
<el-table-column
prop=
"certStatus"
label=
"认证状况"
min-width=
"100"
align=
"center"
></el-table-column>
<el-table-column
prop=
"hospitalName"
label=
"所属机构"
min-width=
"50"
align=
"center"
></el-table-column>
<div
slot=
"empty"
>
...
...
@@ -40,13 +44,22 @@ export default {
curmbFirst
:
"云鹊客服"
,
curmbSecond
:
"等待会话"
,
tableData
:
[],
total
:
0
,
loading
:
false
,
};
},
computed
:
{
},
filters
:
{
typeFilter
(
index
)
{
let
str
=
""
;
if
(
index
==
1
)
{
str
=
"医生"
;
}
else
if
(
index
==
2
)
{
str
=
"居民"
;
}
return
str
;
}
},
created
()
{
this
.
getListData
();
...
...
@@ -67,10 +80,11 @@ export default {
this
.
loading
=
false
;
if
(
res
.
code
===
'000000'
)
{
this
.
tableData
=
res
.
data
.
list
||
[];
this
.
total
=
res
.
data
.
total
;
}
else
{
this
.
$message
({
message
:
res
.
message
,
type
:
'
warning
'
type
:
'
error
'
});
}
})
...
...
@@ -84,7 +98,7 @@ export default {
}
else
{
this
.
$message
({
message
:
res
.
message
,
type
:
'
warning
'
type
:
'
error
'
});
}
})
...
...
写
预览
Markdown
格式
0%
请重试
or
附加一个文件
附加文件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录