Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
P
pica.cloud.web-education-admin
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
Close sidebar
动态
分支图
统计图
创建新议题
提交
议题看板
打开侧边栏
jingqi.liu
pica.cloud.web-education-admin
提交
623211d7
提交
623211d7
编写于
3月 14, 2019
作者:
yi.li
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
录入列表调整
上级
8c426fe5
变更
1
显示空白字符变更
内嵌
并排
正在显示
1 个修改的文件
包含
34 行增加
和
21 行删除
+34
-21
record-list.vue
src/views/followup/record-manage/record-list.vue
+34
-21
未找到文件。
src/views/followup/record-manage/record-list.vue
浏览文件 @
623211d7
...
...
@@ -3,14 +3,12 @@
<bread-crumb
:curmbFirst=
"curmbFirst"
:curmbSecond=
"curmbSecond"
></bread-crumb>
<div
class=
"record-list-content screenSet"
>
<div
class=
"search-title"
>
录入管理
</div>
<
el-row
:gutter=
"30"
class=
"row search-content"
type=
"flex"
style=
"margin-top: 10px;
"
>
<
el-form
ref=
"serchForm"
:model=
"searchData"
label-suffix=
":"
label-width=
"125px"
style=
"width:100%;
"
>
<el-
col
:span=
"6
"
>
<
div
class=
"search-content
"
>
<
div
class=
"search-input
"
>
<el-
form
ref=
"serchForm"
:model=
"searchData"
:inline=
"true"
label-suffix=
":"
label-width=
"125px
"
>
<el-form-item
label=
"随访计划名称"
>
<el-input
v-model=
"searchData.planName"
placeholder=
"请输入关键词"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"6"
>
<el-form-item
label=
"随访时间范围"
>
<el-select
v-model=
"searchData.timeRange"
placeholder=
"请选择时间范围"
>
<el-option
...
...
@@ -21,23 +19,19 @@
</el-option>
</el-select>
</el-form-item>
</el-col>
<el-col
:span=
"6"
>
<el-form-item
label=
"姓名"
>
<el-input
v-model=
"searchData.name"
placeholder=
""
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"6"
>
<el-form-item
label=
"手机号"
>
<el-input
v-model=
"searchData.phoneNumber"
placeholder=
"请输入手机号"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"4"
:offset=
"20"
style=
"padding:0;text-align:right;padding-right:15px;"
>
<el-button
type=
"primary"
size=
"small"
@
click=
"search"
>
查询
</el-button>
<el-button
type=
"default"
size=
"small"
@
click=
"reseat"
style=
"margin-left:0;"
>
重置
</el-button>
</el-col>
</el-form>
</el-row>
</div>
<div
class=
"search-btns"
>
<el-button
class=
"button-green"
type=
"primary"
@
click=
"search"
>
查询
</el-button>
<el-button
class=
"button-white"
plain
@
click=
"reseat"
>
重置
</el-button>
</div>
</div>
<div
class=
"teble-content"
>
<el-tabs
v-model=
"activeName"
type=
"card"
@
tab-click=
"handleClickTab"
>
<el-tab-pane
name=
"all"
>
...
...
@@ -157,20 +151,39 @@
</
script
>
<
style
scoped
lang=
"scss"
>
$borderStyle
:
1px
solid
#efefef
;
.record-list-wrapper
{
.record-list-content
{
padding
:
30px
;
background-color
:
#ffffff
;
.search-title
{
padding
:
30px
;
font-size
:
20px
;
color
:
#1E2F3D
;
border-bottom
:
1px
solid
#efefef
;
padding-bottom
:
10px
;
border-bottom
:
$borderStyle
;
}
.search-content
{
padding
:
20px
30px
;
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
{
padding
:
20px
30px
;
padding
:
20px
0
;
}
}
}
...
...
写
预览
Markdown
格式
0%
请重试
or
附加一个文件
附加文件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录