Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
P
pica.cloud.web-education-admin
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
成员
成员
收起侧边栏
Close sidebar
动态
分支图
统计图
提交
打开侧边栏
com.pica.cloud.education.frontend
pica.cloud.web-education-admin
提交
08e79d6c
提交
08e79d6c
编写于
3月 14, 2019
作者:
yi.li
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
录入列表样式调整
上级
c674499a
变更
1
隐藏空白字符变更
内嵌
并排
正在显示
1 个修改的文件
包含
36 行增加
和
99 行删除
+36
-99
record-list.vue
src/views/followup/record-manage/record-list.vue
+36
-99
未找到文件。
src/views/followup/record-manage/record-list.vue
浏览文件 @
08e79d6c
<
template
>
<
template
>
<div
class=
"record-list-wrapper"
>
<div
class=
"record-list-wrapper"
>
<bread-crumb
:curmbFirst=
"curmbFirst"
:curmbSecond=
"curmbSecond"
></bread-crumb>
<bread-crumb
:curmbFirst=
"curmbFirst"
:curmbSecond=
"curmbSecond"
></bread-crumb>
<div
class=
"record-list-content screenSet"
>
<div
class=
"record-list-content
f-main-content
screenSet"
>
<div
class=
"
search
-title"
>
录入管理
</div>
<div
class=
"
page
-title"
>
录入管理
</div>
<div
class=
"search-
content
"
>
<div
class=
"search-
div
"
>
<div
class=
"search-input"
>
<div
class=
"search-input"
>
<el-form
ref=
"serchForm"
:model=
"searchData"
:inline=
"true"
label-suffix=
":"
label-width=
"125px"
>
<el-form
ref=
"serchForm"
:model=
"searchData"
:inline=
"true"
label-suffix=
":"
label-width=
"125px"
>
<el-form-item
label=
"随访计划名称"
>
<el-form-item
label=
"随访计划名称"
>
<el-input
v-model=
"searchData.planName"
placeholder=
"请输入关键词"
></el-input>
<el-input
v-model=
"searchData.planName"
placeholder=
"请输入关键词"
style=
"width: 250px"
></el-input>
</el-form-item>
</el-form-item>
<el-form-item
label=
"随访时间范围"
>
<el-form-item
label=
"随访时间范围"
>
<el-select
v-model=
"searchData.timeRange"
placeholder=
"请选择时间范围"
>
<el-select
v-model=
"searchData.timeRange"
placeholder=
"请选择时间范围"
style=
"width: 250px"
>
<el-option
<el-option
v-for=
"(item,index) in timeRangeList"
v-for=
"(item,index) in timeRangeList"
:key=
"index"
:key=
"index"
...
@@ -27,77 +27,35 @@
...
@@ -27,77 +27,35 @@
</el-form-item>
</el-form-item>
</el-form>
</el-form>
</div>
</div>
<div
class=
"search-btn
s
"
>
<div
class=
"search-btn"
>
<el-button
class=
"button-green"
type=
"primary"
@
click=
"search"
>
查询
</el-button>
<el-button
class=
"button-green"
type=
"primary"
@
click=
"search"
>
查询
</el-button>
<el-button
class=
"button-white"
plain
@
click=
"reseat"
>
重置
</el-button>
<el-button
class=
"button-white"
plain
@
click=
"reseat"
>
重置
</el-button>
</div>
</div>
</div>
</div>
<div
class=
"teble-content"
>
<div
class=
"teble-content"
>
<el-tabs
v-model=
"activeName"
type=
"card"
@
tab-click=
"handleClickTab"
>
<el-radio-group
v-model=
"activeName"
>
<el-tab-pane
name=
"all"
>
<el-radio-button
label=
"all"
>
全部(
{{
allNum
}}
)
</el-radio-button>
<span
slot=
"label"
>
全部(
{{
allNum
}}
)
</span>
<el-radio-button
label=
"finished"
>
已完成(
{{
finishedNum
}}
)
</el-radio-button>
<el-table
:data=
"allData"
style=
"width: 100%"
>
<el-radio-button
label=
"unfinish"
>
未完成(
{{
unfinishNum
}}
)
</el-radio-button>
<el-table-column
prop=
"name"
label=
"姓名"
min-width=
"100"
align=
"center"
></el-table-column>
</el-radio-group>
<el-table-column
prop=
"phoneNumber"
label=
"手机号"
min-width=
"100"
align=
"center"
></el-table-column>
<el-table
:data=
"allData"
style=
"width: 100%;margin-top: 20px;"
>
<el-table-column
prop=
"planName"
label=
"随访计划名称"
min-width=
"150"
align=
"center"
></el-table-column>
<el-table-column
prop=
"name"
label=
"姓名"
min-width=
"100"
align=
"center"
></el-table-column>
<el-table-column
prop=
"followUpTime"
label=
"随访时间"
min-width=
"150"
align=
"center"
>
<el-table-column
prop=
"phoneNumber"
label=
"手机号"
min-width=
"100"
align=
"center"
></el-table-column>
<template
slot-scope=
"scope"
>
<el-table-column
prop=
"planName"
label=
"随访计划名称"
min-width=
"150"
align=
"center"
></el-table-column>
<!--
<span>
{{
scope
.
row
.
status
|
statusFileter
}}
</span>
-->
<el-table-column
prop=
"followUpTime"
label=
"随访时间"
min-width=
"150"
align=
"center"
>
</
template
>
<template
slot-scope=
"scope"
>
</el-table-column>
<!--
<span>
{{
scope
.
row
.
status
|
statusFileter
}}
</span>
-->
<el-table-column
prop=
"createdName"
label=
"随访状态"
min-width=
"100"
align=
"center"
></el-table-column>
</
template
>
<el-table-column
label=
"操作"
fixed=
"right"
align=
"center"
min-width=
"200"
>
</el-table-column>
<
template
slot-scope=
"scope"
>
<el-table-column
prop=
"createdName"
label=
"随访状态"
min-width=
"100"
align=
"center"
></el-table-column>
<el-button
type=
"primary"
size=
"small"
@
click=
"editRow(scope.row)"
>
随访录入
</el-button>
<el-table-column
label=
"操作"
fixed=
"right"
align=
"center"
min-width=
"200"
>
<el-button
type=
"primary"
size=
"small"
@
click=
"changeStatusRow(scope.row)"
>
| 变更随访状态
</el-button>
<
template
slot-scope=
"scope"
>
<el-button
type=
"primary"
size=
"small"
@
click=
"sendRow(scope.row)"
>
| 发送患教
</el-button>
<el-button
type=
"primary"
size=
"small"
@
click=
"editRow(scope.row)"
>
随访录入
</el-button>
</
template
>
<el-button
type=
"primary"
size=
"small"
@
click=
"changeStatusRow(scope.row)"
>
| 变更随访状态
</el-button>
</el-table-column>
<el-button
type=
"primary"
size=
"small"
@
click=
"sendRow(scope.row)"
>
| 发送患教
</el-button>
</el-table>
</
template
>
</el-tab-pane>
</el-table-column>
<el-tab-pane
name=
"finished"
>
</el-table>
<span
slot=
"label"
>
已完成({{finishedNum}})
</span>
<el-table
:data=
"finishedData"
style=
"width: 100%"
>
<el-table-column
prop=
"name"
label=
"姓名"
min-width=
"100"
align=
"center"
></el-table-column>
<el-table-column
prop=
"phoneNumber"
label=
"手机号"
min-width=
"100"
align=
"center"
></el-table-column>
<el-table-column
prop=
"planName"
label=
"随访计划名称"
min-width=
"150"
align=
"center"
></el-table-column>
<el-table-column
prop=
"followUpTime"
label=
"随访时间"
min-width=
"150"
align=
"center"
>
<
template
slot-scope=
"scope"
>
<!--
<span>
{{
scope
.
row
.
status
|
statusFileter
}}
</span>
-->
</
template
>
</el-table-column>
<el-table-column
prop=
"createdName"
label=
"随访状态"
min-width=
"100"
align=
"center"
></el-table-column>
<el-table-column
label=
"操作"
fixed=
"right"
align=
"center"
min-width=
"200"
>
<
template
slot-scope=
"scope"
>
<el-button
type=
"primary"
size=
"small"
@
click=
"editRow(scope.row)"
>
随访录入
</el-button>
<el-button
type=
"primary"
size=
"small"
@
click=
"changeStatusRow(scope.row)"
>
| 变更随访状态
</el-button>
<el-button
type=
"primary"
size=
"small"
@
click=
"sendRow(scope.row)"
>
| 发送患教
</el-button>
</
template
>
</el-table-column>
</el-table>
</el-tab-pane>
<el-tab-pane
name=
"unfinish"
>
<span
slot=
"label"
>
未完成({{unfinishNum}})
</span>
<el-table
:data=
"unfinishData"
style=
"width: 100%"
>
<el-table-column
prop=
"name"
label=
"姓名"
min-width=
"100"
align=
"center"
></el-table-column>
<el-table-column
prop=
"phoneNumber"
label=
"手机号"
min-width=
"100"
align=
"center"
></el-table-column>
<el-table-column
prop=
"planName"
label=
"随访计划名称"
min-width=
"150"
align=
"center"
></el-table-column>
<el-table-column
prop=
"followUpTime"
label=
"随访时间"
min-width=
"150"
align=
"center"
>
<
template
slot-scope=
"scope"
>
<!--
<span>
{{
scope
.
row
.
status
|
statusFileter
}}
</span>
-->
</
template
>
</el-table-column>
<el-table-column
prop=
"createdName"
label=
"随访状态"
min-width=
"100"
align=
"center"
></el-table-column>
<el-table-column
label=
"操作"
fixed=
"right"
align=
"center"
min-width=
"200"
>
<
template
slot-scope=
"scope"
>
<el-button
type=
"primary"
size=
"small"
@
click=
"editRow(scope.row)"
>
随访录入
</el-button>
<el-button
type=
"primary"
size=
"small"
@
click=
"changeStatusRow(scope.row)"
>
| 变更随访状态
</el-button>
<el-button
type=
"primary"
size=
"small"
@
click=
"sendRow(scope.row)"
>
| 发送患教
</el-button>
</
template
>
</el-table-column>
</el-table>
</el-tab-pane>
</el-tabs>
</div>
</div>
</div>
</div>
</div>
</div>
...
@@ -151,36 +109,15 @@
...
@@ -151,36 +109,15 @@
</
script
>
</
script
>
<
style
scoped
lang=
"scss"
>
<
style
scoped
lang=
"scss"
>
$borderStyle
:
1px
solid
#efefef
;
$inputDiv
:
0
;
$input
:
205px
;
$searchDiv
:
160px
;
@import
'../../../style/followup/followup-common'
;
.record-list-wrapper
{
.record-list-wrapper
{
.record-list-content
{
.record-list-content
{
padding
:
30px
;
.search-input
{
background-color
:
#ffffff
;
max-width
:
none
;
.search-title
{
flex
:
1
;
font-size
:
20px
;
padding-bottom
:
10px
;
border-bottom
:
$borderStyle
;
}
.search-content
{
display
:
flex
;
flex-direction
:
row
;
justify-content
:
space-between
;
padding
:
30px
0
10px
0
;
border-bottom
:
$borderStyle
;
.search-input
{
/*max-width: 650px;*/
flex
:
1
;
.el-input
{
width
:
205px
;
}
}
.search-btns
{
min-width
:
205px
;
button
{
width
:
95px
;
height
:
40px
;
}
}
}
}
.teble-content
{
.teble-content
{
padding
:
20px
0
;
padding
:
20px
0
;
...
...
写
预览
Markdown
格式
0%
请重试
or
附加一个文件
附加文件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录