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
提交
4261daed
提交
4261daed
编写于
5月 13, 2021
作者:
changdi.hao
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
优化table的ui
上级
2f125393
流水线
#35670
已取消 于阶段
变更
1
流水线
1
隐藏空白字符变更
内嵌
并排
正在显示
1 个修改的文件
包含
14 行增加
和
11 行删除
+14
-11
diagnosis-list.vue
src/views/IM/diagnosis-admin/diagnosis-list.vue
+14
-11
未找到文件。
src/views/IM/diagnosis-admin/diagnosis-list.vue
浏览文件 @
4261daed
...
...
@@ -6,7 +6,7 @@
<el-form
:inline=
"true"
class=
"demo-form-inline from-box"
:model=
"searchParam"
label-width=
"80px"
ref=
"from"
>
<el-row
:gutter=
"20"
type=
"flex"
justify=
"center"
>
<el-col
:span=
"8"
class=
"t-c"
>
<el-form-item
label=
"姓名"
>
<el-form-item
label=
"姓名"
class=
"t-b"
>
<el-input
v-model=
"searchParam.searchVal"
clearable
...
...
@@ -16,14 +16,14 @@
</el-form-item>
</el-col>
<el-col
:span=
"8"
class=
"t-c"
>
<el-form-item
label=
"预约类型"
>
<el-form-item
label=
"预约类型"
class=
"t-b"
>
<el-select
v-model=
"searchParam.diagnoseType"
placeholder=
"请选择预约类型"
style=
"width:280px;"
>
<el-option
v-for=
"item of tyleList"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
></el-option>
</el-select>
</el-form-item>
</el-col>
<el-col
:span=
"8"
class=
"t-c"
>
<el-form-item
label=
"创建方式"
>
<el-form-item
label=
"创建方式"
class=
"t-b"
>
<el-select
v-model=
"searchParam.createType"
placeholder=
"创建方式"
style=
"width:280px;"
>
<el-option
v-for=
"item of createList"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
></el-option>
</el-select>
...
...
@@ -32,21 +32,21 @@
</el-row>
<el-row
:gutter=
"20"
type=
"flex"
justify=
"center"
>
<el-col
:span=
"8"
class=
"t-c"
>
<el-form-item
label=
"是否跟进"
>
<el-form-item
label=
"是否跟进"
class=
"t-b"
>
<el-select
v-model=
"searchParam.followFlag"
placeholder=
"请选择是否跟进"
style=
"width:280px;"
>
<el-option
v-for=
"item of fllowList"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
></el-option>
</el-select>
</el-form-item>
</el-col>
<el-col
:span=
"8"
class=
"t-c"
>
<el-form-item
label=
"预约来源"
>
<el-form-item
label=
"预约来源"
class=
"t-b"
>
<el-select
v-model=
"searchParam.appointSource"
placeholder=
"请选择预约来源"
style=
"width:280px;"
>
<el-option
v-for=
"item of sourceList"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
></el-option>
</el-select>
</el-form-item>
</el-col>
<el-col
:span=
"8"
class=
"t-c"
>
<el-form-item
label=
"是否匹配"
>
<el-form-item
label=
"是否匹配"
class=
"t-b"
>
<el-select
v-model=
"searchParam.operateFlag"
placeholder=
"是否匹配"
style=
"width:280px;"
>
<el-option
v-for=
"item of operateList"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
></el-option>
</el-select>
...
...
@@ -55,7 +55,7 @@
</el-row>
<el-row
:gutter=
"20"
type=
"flex"
justify=
"center"
>
<el-col
:span=
"8"
class=
"t-c"
>
<el-form-item
label=
"创建日期"
>
<el-form-item
label=
"创建日期"
class=
"t-b"
>
<el-date-picker
type=
"date"
placeholder=
"开始时间"
...
...
@@ -80,7 +80,7 @@
</el-form-item>
</el-col>
<el-col
:span=
"8"
class=
"t-c"
>
<el-form-item
label=
"匹配日期"
>
<el-form-item
label=
"匹配日期"
class=
"t-b"
>
<el-date-picker
type=
"date"
placeholder=
"开始时间"
...
...
@@ -105,7 +105,7 @@
</el-form-item>
</el-col>
<el-col
:span=
"8"
class=
"t-c"
>
<el-form-item
label=
"预约日期"
>
<el-form-item
label=
"预约日期"
class=
"t-b"
>
<el-date-picker
type=
"date"
placeholder=
"开始时间"
...
...
@@ -389,7 +389,7 @@ export default {
setTableHeight
()
{
this
.
$nextTick
(()
=>
{
if
(
document
.
getElementsByClassName
(
'from-box'
)
&&
document
.
getElementsByClassName
(
'from-box'
)[
0
].
clientHeight
)
{
this
.
tableHeight
=
window
.
innerHeight
-
64
-
140
-
10
-
160
-
document
.
getElementsByClassName
(
'from-box'
)[
0
].
clientHeight
this
.
tableHeight
=
window
.
innerHeight
-
50
-
140
-
10
-
160
-
document
.
getElementsByClassName
(
'from-box'
)[
0
].
clientHeight
}
})
},
...
...
@@ -656,7 +656,7 @@ export default {
background
:
#fff
;
overflow
:
hidden
!
important
;
.title
{
margin-bottom
:
3
0px
;
margin-bottom
:
2
0px
;
}
.t-c
{
text-align
:
center
;
...
...
@@ -668,6 +668,9 @@ export default {
margin-right
:
50px
;
margin-top
:
10px
;
}
.t-b
{
margin-bottom
:
10px
;
}
}
}
</
style
>
\ No newline at end of file
写
预览
Markdown
格式
0%
请重试
or
附加一个文件
附加文件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录