Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
P
pica.cloud.web-education-admin
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
成员
成员
收起侧边栏
Close sidebar
动态
分支图
统计图
提交
打开侧边栏
com.pica.cloud.education.frontend
pica.cloud.web-education-admin
提交
8bd5f2b7
提交
8bd5f2b7
编写于
11月 28, 2019
作者:
zhentian.jia
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
搜索条件栏样式更新
上级
3d762c8a
变更
2
隐藏空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
45 行增加
和
12 行删除
+45
-12
item-data-all.vue
src/views/learning/item-data-all.vue
+2
-2
item-list.vue
src/views/learning/item-list.vue
+43
-10
未找到文件。
src/views/learning/item-data-all.vue
浏览文件 @
8bd5f2b7
...
@@ -165,7 +165,7 @@
...
@@ -165,7 +165,7 @@
<el-tab-pane
label=
"未参与"
name=
"3"
></el-tab-pane>
<el-tab-pane
label=
"未参与"
name=
"3"
></el-tab-pane>
</el-tabs>
</el-tabs>
<el-table
:data=
"tableData"
class=
"person-table"
>
<el-table
:data=
"tableData"
class=
"person-table"
>
<el-table-column
prop=
"certGrade
"
label=
"排名"
align=
"center"
></el-table-column>
<el-table-column
v-if=
"tableType == '1'"
prop=
"rankNo
"
label=
"排名"
align=
"center"
></el-table-column>
<el-table-column
prop=
"doctorName"
label=
"姓名"
align=
"center"
></el-table-column>
<el-table-column
prop=
"doctorName"
label=
"姓名"
align=
"center"
></el-table-column>
<el-table-column
prop=
"sex"
label=
"性别"
align=
"center"
>
<el-table-column
prop=
"sex"
label=
"性别"
align=
"center"
>
<template
slot-scope=
"scope"
>
<template
slot-scope=
"scope"
>
...
@@ -301,7 +301,7 @@ export default {
...
@@ -301,7 +301,7 @@ export default {
vm
.
GET
(
"stats/region/hospitals/cnt"
,
req
).
then
(
res
=>
{
vm
.
GET
(
"stats/region/hospitals/cnt"
,
req
).
then
(
res
=>
{
if
(
res
.
code
==
"000000"
)
{
if
(
res
.
code
==
"000000"
)
{
vm
.
hospitalCnt
=
res
.
data
.
hospitalCnt
;
vm
.
hospitalCnt
=
res
.
data
.
hospitalCnt
;
//
vm.hospitalCnt = 1;
vm
.
hospitalCnt
=
1
;
if
(
vm
.
hospitalCnt
==
1
)
{
if
(
vm
.
hospitalCnt
==
1
)
{
vm
.
hospitalId
[
0
]
=
res
.
data
.
list
[
0
].
hospitalId
;
vm
.
hospitalId
[
0
]
=
res
.
data
.
list
[
0
].
hospitalId
;
}
}
...
...
src/views/learning/item-list.vue
浏览文件 @
8bd5f2b7
...
@@ -3,9 +3,10 @@
...
@@ -3,9 +3,10 @@
<bread-crumb
:curmbFirst=
"curmbFirst"
:curmbSecond=
"curmbSecond"
:curmbThird=
"curmbThird"
:jumPathThird=
"jumPathThird"
></bread-crumb>
<bread-crumb
:curmbFirst=
"curmbFirst"
:curmbSecond=
"curmbSecond"
:curmbThird=
"curmbThird"
:jumPathThird=
"jumPathThird"
></bread-crumb>
<div
class=
"component-content screenSet"
id=
"screenSet"
>
<div
class=
"component-content screenSet"
id=
"screenSet"
>
<el-form
class=
"item-form"
ref=
"formInline"
:model=
"formInline"
label-width=
"80px"
>
<el-form
class=
"item-form"
ref=
"formInline"
:model=
"formInline"
label-width=
"80px"
>
<div
class=
"form-title"
>
查询条件
</div>
<el-form-item
label=
"选择地区:"
>
<el-form-item
label=
"选择地区:"
>
<!-- :props="props" -->
<!-- :props="props" -->
<
!--
<el-col
:span=
"8"
>
--
>
<
el-col
:span=
"12"
>
<el-cascader
<el-cascader
size=
"small"
size=
"small"
ref=
"cascaderRegion"
ref=
"cascaderRegion"
...
@@ -18,6 +19,10 @@
...
@@ -18,6 +19,10 @@
placeholder=
"请先选择地区后再进行查询"
placeholder=
"请先选择地区后再进行查询"
style=
"width:330px"
style=
"width:330px"
></el-cascader>
></el-cascader>
</el-col>
<el-col
:span=
"6"
>
<el-checkbox
v-if=
"showOriginal !== 1"
size=
"small"
v-model=
"formInline.checked"
>
查看原始数据
</el-checkbox>
</el-col>
</el-form-item>
</el-form-item>
<el-form-item
label=
"选择机构:"
>
<el-form-item
label=
"选择机构:"
>
<el-select
<el-select
...
@@ -75,9 +80,9 @@
...
@@ -75,9 +80,9 @@
</el-date-picker>
</el-date-picker>
</el-col>
</el-col>
</el-form-item>
</el-form-item>
<el-form-item
label
v-if=
"showOriginal !== 1"
>
<
!--
<
el-form-item
label
v-if=
"showOriginal !== 1"
>
<el-checkbox
size=
"small"
v-model=
"formInline.checked"
>
查看原始数据
</el-checkbox>
<el-checkbox
size=
"small"
v-model=
"formInline.checked"
>
查看原始数据
</el-checkbox>
</el-form-item>
</el-form-item>
-->
<div
class=
"form-button"
>
<div
class=
"form-button"
>
<el-button
size=
"small"
@
click=
"search()"
type=
"primary"
>
查询
</el-button>
<el-button
size=
"small"
@
click=
"search()"
type=
"primary"
>
查询
</el-button>
<el-button
size=
"small"
@
click=
"resetForm()"
>
重置
</el-button>
<el-button
size=
"small"
@
click=
"resetForm()"
>
重置
</el-button>
...
@@ -657,18 +662,42 @@ export default {
...
@@ -657,18 +662,42 @@ export default {
border-bottom
:
1px
solid
#efefef
;
border-bottom
:
1px
solid
#efefef
;
}
}
.item-form
{
.item-form
{
position
:
relative
;
position
:
relative
;
// margin-bottom: 20px;
// margin-bottom: 20px;
padding
:
10px
;
padding
:
10px
0
10px
0
;
background
:
#fff
;
background
:
#fff
;
width
:
98
.3
%
;
width
:
100
%
;
border-radius
:
4px
4px
0
0
;
border-radius
:
4px
4px
0
0
;
.form-title
{
position
:
relative
;
margin
:
20px
0
24px
30px
;
height
:
25px
;
font-size
:
18px
;
font-weight
:
600
;
line-height
:
25px
;
color
:
#000000
;
}
.el-form-item
{
margin-left
:
25px
;
}
.is-checked
{
.el-checkbox__inner
{
background-color
:
#449284
;
border-color
:
#449284
;
}
.el-checkbox__label
{
color
:
#449284
;
}
}
.form-button
{
.form-button
{
position
:
absolute
;
position
:
absolute
;
width
:
45%
;
width
:
140px
;
top
:
20px
;
top
:
78px
;
left
:
80%
;
right
:
10px
;
.el-button--default
{
border
:
1px
solid
#449284
;
color
:
#449284
;
}
}
}
.col-text
{
.col-text
{
font-size
:
12px
;
font-size
:
12px
;
...
@@ -680,13 +709,17 @@ export default {
...
@@ -680,13 +709,17 @@ export default {
float
:
right
;
float
:
right
;
margin-right
:
20px
;
margin-right
:
20px
;
z-index
:
999
;
z-index
:
999
;
.el-button
{
border
:
1px
solid
#449284
;
color
:
#449284
;
}
}
}
.choose
{
.choose
{
font-size
:
12px
;
font-size
:
12px
;
margin-bottom
:
20px
;
margin-bottom
:
20px
;
}
}
.item-tab
{
.item-tab
{
width
:
95
%
;
width
:
100
%
;
height
:
46px
;
height
:
46px
;
background
:
#F0F2F5
;
background
:
#F0F2F5
;
position
:
absolute
;
position
:
absolute
;
...
...
写
预览
Markdown
格式
0%
请重试
or
附加一个文件
附加文件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录