Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
P
pica-admin-consultation
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
Close sidebar
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
jingqi.liu
pica-admin-consultation
提交
7ec3e358
提交
7ec3e358
编写于
10月 27, 2021
作者:
qian.jie
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
空白显示
上级
a9e2be34
变更
3
隐藏空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
49 行增加
和
34 行删除
+49
-34
nothingData.png
src/assets/image/nothingData.png
+0
-0
table-serviceSchedule.vue
src/components/list/table-serviceSchedule.vue
+24
-3
serviceSchedule.vue
src/views/IM/diagnosis-admin/serviceSchedule.vue
+25
-31
未找到文件。
src/assets/image/nothingData.png
0 → 100644
浏览文件 @
7ec3e358
77.8 KB
src/components/list/table-serviceSchedule.vue
浏览文件 @
7ec3e358
...
@@ -7,6 +7,13 @@
...
@@ -7,6 +7,13 @@
:data=
"tableData"
:data=
"tableData"
@
sort-change=
"sortfunc"
@
sort-change=
"sortfunc"
>
>
<template
slot=
"empty"
>
<div
class=
"nothing-data"
>
<img
src=
"../../assets/image/nothingData.png"
alt=
""
>
<span
class=
"nothing-data-title"
>
暂未找到符合条件的医生
</span>
</div>
</
template
>
<el-table-column
<el-table-column
prop=
"doctorId"
prop=
"doctorId"
label=
"医生ID"
label=
"医生ID"
...
@@ -216,9 +223,6 @@
...
@@ -216,9 +223,6 @@
changeSwitch
(
value
,
val
)
{
changeSwitch
(
value
,
val
)
{
this
.
$emit
(
'changeSwitch'
,
value
,
val
);
this
.
$emit
(
'changeSwitch'
,
value
,
val
);
},
},
// handleFilterChange(value) {
// console.log(value, 'handleFilterChange');
// },
getServiceOpen
(
value
,
row
)
{
getServiceOpen
(
value
,
row
)
{
return
row
.
serviceOpen
===
String
(
value
);
return
row
.
serviceOpen
===
String
(
value
);
},
},
...
@@ -257,6 +261,23 @@
...
@@ -257,6 +261,23 @@
<
style
lang=
"scss"
scoped
>
<
style
lang=
"scss"
scoped
>
.table-serviceSchedule
{
.table-serviceSchedule
{
.el-table
{
.el-table
{
.nothing-data
{
display
:
inline-grid
;
padding-top
:
100px
;
img
{
width
:
338px
;
height
:
159px
;
}
.nothing-data-title
{
padding-top
:
40px
;
padding-bottom
:
150px
;
font-size
:
16px
;
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
font-weight
:
400
;
color
:
#89888B
;
line-height
:
22px
;
}
}
border-radius
:
8px
;
border-radius
:
8px
;
// 深度选择器
// 深度选择器
/
deep
/
.highlight
{
/
deep
/
.highlight
{
...
...
src/views/IM/diagnosis-admin/serviceSchedule.vue
浏览文件 @
7ec3e358
...
@@ -30,6 +30,7 @@
...
@@ -30,6 +30,7 @@
class=
"select-first"
class=
"select-first"
placeholder=
"选择优先级"
placeholder=
"选择优先级"
clearable
clearable
@
change=
"getCreateType"
>
>
<el-option
<el-option
v-for=
"(item, index) of createList"
v-for=
"(item, index) of createList"
...
@@ -43,6 +44,7 @@
...
@@ -43,6 +44,7 @@
class=
"select-first"
class=
"select-first"
placeholder=
"选择开通状态"
placeholder=
"选择开通状态"
clearable
clearable
@
change=
"getService"
>
>
<el-option
<el-option
v-for=
"item of serviceOpenList"
v-for=
"item of serviceOpenList"
...
@@ -56,6 +58,7 @@
...
@@ -56,6 +58,7 @@
class=
"serviceSchedule-status"
class=
"serviceSchedule-status"
placeholder=
"选择排班状态"
placeholder=
"选择排班状态"
clearable=
"true"
clearable=
"true"
@
change=
"getScheduleStatus"
>
>
<el-option
<el-option
v-for=
"item of ScheduleStatusList"
v-for=
"item of ScheduleStatusList"
...
@@ -74,6 +77,7 @@
...
@@ -74,6 +77,7 @@
start-placeholder=
"开始日期"
start-placeholder=
"开始日期"
end-placeholder=
"结束日期"
end-placeholder=
"结束日期"
:picker-options=
"pickerOptions"
:picker-options=
"pickerOptions"
@
change=
"getCreateRangeTime"
/>
/>
<el-input
<el-input
v-model=
"searchParam.idNamePhone"
v-model=
"searchParam.idNamePhone"
...
@@ -81,6 +85,7 @@
...
@@ -81,6 +85,7 @@
class=
"serviceSchedule-idNamePhone"
class=
"serviceSchedule-idNamePhone"
placeholder=
"医生姓名/手机号"
placeholder=
"医生姓名/手机号"
style=
"width: 250px"
style=
"width: 250px"
@
change=
"getIdNamePhone"
/>
/>
<el-button
<el-button
type=
"primary"
type=
"primary"
...
@@ -131,33 +136,6 @@
...
@@ -131,33 +136,6 @@
</div>
</div>
</div>
</div>
</div>
</div>
<!--
<div
v-else
class=
"newScheduling"
>
<div
class=
"header"
>
<el-breadcrumb
separator=
"/"
>
<el-breadcrumb-item>
首页
</el-breadcrumb-item>
<el-breadcrumb-item
class=
"breadcrumb-serviceSchedule"
>
<span
class=
"breadcrumb-back"
@
click=
"goBack"
>
服务排班表
</span>
</el-breadcrumb-item>
<el-breadcrumb-item>
新增排班
</el-breadcrumb-item>
</el-breadcrumb>
</div>
<div
class=
"serviceSchedule-container"
>
<div
class=
"serviceSchedule-containerInfo"
>
<NewScheduling
:create-list=
"newCreateList"
:scheduling-type-value=
"schedulingTypeValue"
:scheduling-type=
"schedulingType"
@
goBack=
"goBack"
/>
</div>
</div>
</div>
-->
<a
<a
ref=
"target"
ref=
"target"
class=
"target"
class=
"target"
...
@@ -177,10 +155,8 @@
...
@@ -177,10 +155,8 @@
getLevel
,
getLevel
,
}
from
'@/api/serviceSchedule'
;
}
from
'@/api/serviceSchedule'
;
import
TableServiceSchedule
from
'@/components/list/table-serviceSchedule'
;
import
TableServiceSchedule
from
'@/components/list/table-serviceSchedule'
;
// import NewScheduling from '../diagnosis-admin/modal/newScheduling.vue';
export
default
{
export
default
{
components
:
{
components
:
{
// NewScheduling,
TableServiceSchedule
,
TableServiceSchedule
,
},
},
data
()
{
data
()
{
...
@@ -237,8 +213,6 @@
...
@@ -237,8 +213,6 @@
tableData
:
[],
tableData
:
[],
loading
:
false
,
loading
:
false
,
newCreateList
:
[],
newCreateList
:
[],
// schedulingTypeValue: {},
// schedulingType: '',
};
};
},
},
watch
:
{},
watch
:
{},
...
@@ -287,6 +261,26 @@
...
@@ -287,6 +261,26 @@
// 获取选择的值
// 获取选择的值
selectApi
(
e
,
value
)
{
selectApi
(
e
,
value
)
{
this
.
searchParam
.
departmentId
=
value
[
1
];
this
.
searchParam
.
departmentId
=
value
[
1
];
this
.
searchParam
.
pageNo
=
1
;
},
getCreateType
(
value
)
{
this
.
searchParam
.
createType
=
value
;
this
.
searchParam
.
pageNo
=
1
;
},
getService
(
value
)
{
this
.
searchParam
.
serviceOpen
=
value
;
this
.
searchParam
.
pageNo
=
1
;
},
getScheduleStatus
(
value
)
{
this
.
searchParam
.
ScheduleStatus
=
value
;
this
.
searchParam
.
pageNo
=
1
;
},
getIdNamePhone
(
value
)
{
this
.
searchParam
.
idNamePhone
=
value
;
this
.
searchParam
.
pageNo
=
1
;
},
getCreateRangeTime
()
{
this
.
searchParam
.
pageNo
=
1
;
},
},
search
()
{
search
()
{
this
.
loading
=
true
;
this
.
loading
=
true
;
...
...
写
预览
Markdown
格式
0%
请重试
or
附加一个文件
附加文件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录