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
提交
459cdc41
提交
459cdc41
编写于
7月 27, 2021
作者:
fusheng.liu
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
fix
上级
c02a78c5
变更
1
隐藏空白字符变更
内嵌
并排
正在显示
1 个修改的文件
包含
157 行增加
和
4 行删除
+157
-4
diagnosis-list.vue
src/views/IM/diagnosis-admin/diagnosis-list.vue
+157
-4
未找到文件。
src/views/IM/diagnosis-admin/diagnosis-list.vue
浏览文件 @
459cdc41
...
...
@@ -275,13 +275,167 @@
<span
v-else
>
收起筛选
<i
class=
"el-icon-arrow-up"
></i></span>
</div>
</div>
<inquirylist></inquirylist>
<div
class=
"component-content screenSet"
id=
"screenSet"
>
<el-tabs
v-model=
"activeName"
@
tab-click=
"handleClick"
>
<el-tab-pane
label=
"全部"
name=
"first"
>
<table-component
:tData=
"tableData"
:pageNo=
"searchParam.pageNo"
:pageSize=
"searchParam.pageSize"
:totalRows=
"totalRows"
:loading=
"loading"
:tableHeight=
"tableHeight"
@
timeHandle=
"timeHandle"
@
endDiagnosis=
"endDiagnosis"
@
callAll=
"callAll"
@
jionCommunicate=
"jionCommunicate"
@
sendMessage=
"sendMessage"
@
selectBtn=
"selectBtn"
@
goEditor=
"goEditor"
@
cancelBtn=
"cancelBtn"
@
handleSizeChange=
"handleSizeChange"
@
handleCurrentChange=
"handleCurrentChange"
></table-component>
</el-tab-pane>
<el-tab-pane
label=
"信息待完善"
name=
"second"
>
<table-component
:tData=
"tableData"
:pageNo=
"searchParam.pageNo"
:pageSize=
"searchParam.pageSize"
:totalRows=
"totalRows"
:loading=
"loading"
:tableHeight=
"tableHeight"
@
timeHandle=
"timeHandle"
@
endDiagnosis=
"endDiagnosis"
@
callAll=
"callAll"
@
jionCommunicate=
"jionCommunicate"
@
sendMessage=
"sendMessage"
@
selectBtn=
"selectBtn"
@
goEditor=
"goEditor"
@
cancelBtn=
"cancelBtn"
@
handleSizeChange=
"handleSizeChange"
@
handleCurrentChange=
"handleCurrentChange"
></table-component>
</el-tab-pane>
<el-tab-pane
label=
"待完成"
name=
"three"
>
<table-component
:tData=
"tableData"
:pageNo=
"searchParam.pageNo"
:pageSize=
"searchParam.pageSize"
:totalRows=
"totalRows"
:loading=
"loading"
:tableHeight=
"tableHeight"
@
timeHandle=
"timeHandle"
@
endDiagnosis=
"endDiagnosis"
@
callAll=
"callAll"
@
jionCommunicate=
"jionCommunicate"
@
sendMessage=
"sendMessage"
@
selectBtn=
"selectBtn"
@
goEditor=
"goEditor"
@
cancelBtn=
"cancelBtn"
@
handleSizeChange=
"handleSizeChange"
@
handleCurrentChange=
"handleCurrentChange"
></table-component>
</el-tab-pane>
<el-tab-pane
label=
"已完成"
name=
"four"
>
<table-component
:tData=
"tableData"
:pageNo=
"searchParam.pageNo"
:pageSize=
"searchParam.pageSize"
:totalRows=
"totalRows"
:loading=
"loading"
:tableHeight=
"tableHeight"
@
timeHandle=
"timeHandle"
@
endDiagnosis=
"endDiagnosis"
@
callAll=
"callAll"
@
jionCommunicate=
"jionCommunicate"
@
sendMessage=
"sendMessage"
@
selectBtn=
"selectBtn"
@
goEditor=
"goEditor"
@
handleSizeChange=
"handleSizeChange"
@
handleCurrentChange=
"handleCurrentChange"
></table-component>
</el-tab-pane>
<el-tab-pane
label=
"已取消"
name=
"five"
>
<table-component
:tData=
"tableData"
:pageNo=
"searchParam.pageNo"
:pageSize=
"searchParam.pageSize"
:totalRows=
"totalRows"
:loading=
"loading"
:tableHeight=
"tableHeight"
@
timeHandle=
"timeHandle"
@
endDiagnosis=
"endDiagnosis"
@
callAll=
"callAll"
@
jionCommunicate=
"jionCommunicate"
@
sendMessage=
"sendMessage"
@
selectBtn=
"selectBtn"
@
goEditor=
"goEditor"
@
handleSizeChange=
"handleSizeChange"
@
handleCurrentChange=
"handleCurrentChange"
></table-component>
</el-tab-pane>
</el-tabs>
<!-- 预约时间 -->
<el-dialog
title=
"预约时间"
:visible
.
sync=
"timeVisible"
width=
"40%"
>
<el-row
:gutter=
"30"
class=
"row search"
type=
"flex"
style=
"margin-bottom: 0"
>
<el-form
ref=
"timeForm"
:rules=
"timeRules"
:model=
"timeForm"
label-width=
"150px"
label-suffix=
":"
label-position=
"right"
size=
"mini"
style=
"width: 100%"
>
<el-col
:span=
"24"
>
<el-form-item
label=
"开始时间"
prop=
"beginTime"
>
<el-date-picker
v-model=
"timeForm.beginTime"
type=
"datetime"
placeholder=
"请选择开始时间"
value-format=
"yyyy-MM-dd HH:mm:ss"
@
change=
"changeBeginTime"
>
</el-date-picker>
<p
v-if=
"beginFlag"
style=
"color: red; font-size: 12px"
>
开始时间不能大于结束时间
</p>
</el-form-item>
<el-form-item
label=
"结束时间"
prop=
"endTime"
>
<el-date-picker
v-model=
"timeForm.endTime"
type=
"datetime"
placeholder=
"请选择结束时间"
value-format=
"yyyy-MM-dd HH:mm:ss"
@
change=
"changeEndTime"
>
</el-date-picker>
<p
v-if=
"endFlag"
style=
"color: red; font-size: 12px"
>
结束时间不能小于开始时间
</p>
</el-form-item>
</el-col>
</el-form>
</el-row>
<span
slot=
"footer"
class=
"dialog-footer"
>
<el-button
@
click=
"timeVisible = false"
>
取 消
</el-button>
<el-button
type=
"primary"
@
click=
"confirmTime"
>
确 定
</el-button>
</span>
</el-dialog>
</div>
</div>
</
template
>
<
script
>
import
TableComponent
from
"@/components/list/table-component"
;
import
Inquirylist
from
"@/components/common/inquirylist"
;
import
{
TYPE_LIST
,
IS_FLLOW
,
...
...
@@ -292,7 +446,6 @@ import {
export
default
{
components
:
{
TableComponent
,
Inquirylist
},
data
()
{
return
{
...
...
写
预览
Markdown
格式
0%
请重试
or
附加一个文件
附加文件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录