Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
vue-composition-api
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
宁路鹏
vue-composition-api
Commits
fd7b4daf
Commit
fd7b4daf
authored
Dec 29, 2023
by
唐玉峰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改字段
parent
0fc2a231
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
573 additions
and
900 deletions
+573
-900
src/views/patientinfo.vue
+573
-900
No files found.
src/views/patientinfo.vue
View file @
fd7b4daf
<
template
>
<
template
>
<div
class=
"patientinfo"
>
<div
class=
"patientinfo"
>
<div
style=
"height: 30px; background-color: #0283bb"
></div>
<div
style=
"height: 30px; background-color: #0283bb"
></div>
<div
class=
"main"
>
<div
class=
"main"
>
<div
class=
""
>
<div
class=
""
>
<div
class=
"flex-start-center"
>
<div
class=
"flex-start-center"
>
<div
<div
class=
"flex-start-center mar-right-10"
v-for=
"(value, key, index) in obj"
:key=
"index"
>
class=
"flex-start-center mar-right-10"
<span
class=
"mar-right-10"
style=
"width: 12px; height: 12px"
:style=
"
{ background: value }">
</span>
v-for=
"(value, key, index) in obj"
<span
class=
"color-666 font-14"
>
{{
key
}}
</span>
:key=
"index"
</div>
>
</div>
<span
<div
class=
"flex-between mar-top-15"
>
class=
"mar-right-10"
<div>
style=
"width: 12px; height: 12px"
<div
class=
"mar-bottom-10"
>
:style=
"
{ background: value }"
<el-input
>
</span>
size=
"mini"
<span
class=
"color-666 font-14"
>
{{
key
}}
</span>
class=
"mar-right-10"
</div>
v-model
.
trim=
"a48"
</div>
style=
"width: 160px"
<div
class=
"flex-between mar-top-15"
>
placeholder=
"请输入病案号/住院号"
<div>
clearable
<div
class=
"mar-bottom-10"
>
@
clear=
"search"
<el-input
@
keyup
.
enter
.
native=
"search"
size=
"mini"
>
class=
"mar-right-10"
</el-input>
v-model
.
trim=
"a48"
<el-input
style=
"width: 160px"
size=
"mini"
placeholder=
"请输入病案号/住院号"
class=
"mar-right-10"
clearable
v-model
.
trim=
"a11"
@
clear=
"search"
style=
"width: 160px"
@
keyup
.
enter
.
native=
"search"
placeholder=
"请输入患者姓名"
>
clearable
</el-input>
@
clear=
"search"
<el-input
@
keyup
.
enter
.
native=
"search"
size=
"mini"
>
class=
"mar-right-10"
</el-input>
v-model
.
trim=
"a11"
style=
"width: 160px"
placeholder=
"请输入患者姓名"
clearable
@
clear=
"search"
@
keyup
.
enter
.
native=
"search"
>
</el-input>
<el-select
<el-select
size=
"mini"
size=
"mini"
class=
"mar-right-10"
class=
"mar-right-10"
v-model
.
trim=
"b16C"
v-model
.
trim=
"b16C"
filterable
filterable
style=
"width: 160px"
style=
"width: 160px"
placeholder=
"当前科室"
placeholder=
"当前科室"
clearable
clearable
@
clear=
"search"
@
clear=
"search"
>
>
<el-option
<el-option
v-for=
"item in deptList"
:key=
"item.deptCode"
:label=
"item.deptName"
:value=
"item.deptCode"
>
</el-option>
v-for=
"item in deptList"
</el-select>
:key=
"item.deptCode"
<el-select
v-model=
"isout"
placeholder=
"是否出院"
size=
"mini"
class=
"mar-right-10"
clearable
style=
"width: 160px"
@
clear=
"search"
>
:label=
"item.deptName"
<el-option
label=
"未出院"
:value=
"0"
>
</el-option>
:value=
"item.deptCode"
<el-option
label=
"已出院"
:value=
"1"
>
</el-option>
>
<el-option
label=
"已结算"
:value=
"2"
>
</el-option>
</el-option>
</el-select>
</el-select>
<el-select
<el-select
v-model=
"insuranceType"
v-model=
"isout"
placeholder=
"支付类型"
placeholder=
"是否出院"
size=
"mini"
size=
"mini"
class=
"mar-right-10"
class=
"mar-right-10"
clearable
clearable
style=
"width: 160px"
style=
"width: 160px"
@
clear=
"search"
@
clear=
"search"
>
>
<el-option
label=
"本地职工"
:value=
"1"
>
</el-option>
<el-option
label=
"已出院"
:value=
"1"
>
</el-option>
<el-option
label=
"异地职工"
:value=
"2"
>
</el-option>
<el-option
label=
"未出院"
:value=
"0"
>
</el-option>
<el-option
label=
"本地居民"
:value=
"3"
>
</el-option>
</el-select>
<el-option
label=
"异地居民"
:value=
"4"
>
</el-option>
<el-select
<el-option
label=
"自费"
:value=
"5"
>
</el-option>
v-model=
"insuranceType"
<el-option
label=
"未填写"
:value=
"0"
>
</el-option>
placeholder=
"医保类型"
</el-select>
size=
"mini"
<span
class=
"font-14 color-999"
>
入院时间:
</span>
class=
"mar-right-10"
<el-select
clearable
v-model=
"currentDate"
style=
"width: 160px"
placeholder=
"当前年月"
@
clear=
"search"
size=
"mini"
>
class=
"mar-right-10"
<el-option
label=
"自费"
:value=
"2"
>
</el-option>
clearable
<el-option
label=
"医保"
:value=
"1"
>
</el-option>
style=
"width: 100px"
<el-option
label=
"未填写"
:value=
"0"
>
</el-option>
@
change=
"handleCurrentDateChange"
</el-select>
>
<span
class=
"font-14 color-999"
>
入院时间:
</span>
<el-option
label=
"当前年"
:value=
"1"
>
</el-option>
<el-select
<el-option
label=
"当前月"
:value=
"2"
>
</el-option>
v-model=
"currentDate"
</el-select>
placeholder=
"当前年月"
<el-date-picker
size=
"mini"
v-model=
"time"
class=
"mar-right-10"
size=
"mini"
clearable
style=
"width: 210px"
style=
"width: 100px"
type=
"daterange"
@
change=
"handleCurrentDateChange"
format=
"yyyy-MM-dd"
>
value-format=
"yyyy-MM-dd"
<el-option
label=
"当前年"
:value=
"1"
>
</el-option>
class=
"mar-right-10"
<el-option
label=
"当前月"
:value=
"2"
>
</el-option>
@
change=
"search"
</el-select>
range-separator=
"至"
<el-date-picker
start-placeholder=
"入院日期"
v-model=
"time"
end-placeholder=
"结束日期"
size=
"mini"
>
style=
"width: 210px"
</el-date-picker>
type=
"daterange"
</div>
format=
"yyyy-MM-dd"
<div>
value-format=
"yyyy-MM-dd"
<el-input
class=
"mar-right-10"
size=
"mini"
@
change=
"search"
class=
"mar-right-10"
range-separator=
"至"
v-model
.
trim=
"doctorName"
start-placeholder=
"入院日期"
style=
"width: 160px"
end-placeholder=
"结束日期"
placeholder=
"请输入主治医生"
>
clearable
</el-date-picker>
@
clear=
"search"
</div>
@
keyup
.
enter
.
native=
"search"
<div>
>
<el-input
</el-input>
size=
"mini"
<el-input
class=
"mar-right-10"
size=
"mini"
v-model
.
trim=
"doctorName"
class=
"mar-right-10"
style=
"width: 160px"
v-model
.
trim=
"codeName"
placeholder=
"请输入主治医生"
style=
"width: 160px"
clearable
placeholder=
"请输入分组编码/分组名称"
@
clear=
"search"
clearable
@
keyup
.
enter
.
native=
"search"
@
clear=
"search"
>
@
keyup
.
enter
.
native=
"search"
</el-input>
>
<el-input
</el-input>
size=
"mini"
<el-select
class=
"mar-right-10"
v-model=
"dis_type"
v-model
.
trim=
"codeName"
placeholder=
"请选择倍率"
style=
"width: 160px"
size=
"mini"
placeholder=
"请输入分组编码/分组名称"
class=
"mar-right-10"
clearable
clearable
@
clear=
"search"
style=
"width: 160px"
@
keyup
.
enter
.
native=
"search"
@
clear=
"search"
>
>
</el-input>
<el-option
label=
"高倍率病例"
value=
"高倍率病例"
>
</el-option>
<el-select
<el-option
label=
"正常病例"
value=
"正常病例"
>
</el-option>
v-model=
"dis_type"
<el-option
label=
"低倍率病例"
value=
"低倍率病例"
>
</el-option>
placeholder=
"请选择倍率"
</el-select>
size=
"mini"
<el-select
v-model=
"isjoin"
placeholder=
"分组状态"
size=
"mini"
class=
"mar-right-10"
clearable
style=
"width: 160px"
@
clear=
"search"
>
class=
"mar-right-10"
<el-option
label=
"已分组"
:value=
"1"
>
</el-option>
clearable
<el-option
label=
"未分组"
:value=
"0"
>
</el-option>
style=
"width: 160px"
</el-select>
@
clear=
"search"
<el-select
v-model=
"shzt"
placeholder=
"审核状态"
size=
"mini"
class=
"mar-right-10"
clearable
style=
"width: 160px"
@
clear=
"search"
>
>
<el-option
label=
"已审核"
value=
"已审"
>
</el-option>
<el-option
label=
"高倍率病例"
value=
"高倍率病例"
>
</el-option>
<el-option
label=
"未审核"
value=
"未审"
>
</el-option>
<el-option
label=
"正常病例"
value=
"正常病例"
>
</el-option>
</el-select>
<el-option
label=
"低倍率病例"
value=
"低倍率病例"
>
</el-option>
<span
class=
"font-14 color-999"
>
结算时间:
</span>
</el-select>
<el-select
<el-select
v-model=
"currentDate1"
v-model=
"isjoin"
placeholder=
"当前年月"
placeholder=
"分组状态"
size=
"mini"
size=
"mini"
class=
"mar-right-10"
class=
"mar-right-10"
clearable
clearable
style=
"width: 100px"
style=
"width: 160px"
@
change=
"handleCurrentDateChange1"
@
clear=
"search"
>
>
<el-option
label=
"当前年"
:value=
"1"
>
</el-option>
<el-option
label=
"已分组"
:value=
"1"
>
</el-option>
<el-option
label=
"当前月"
:value=
"2"
>
</el-option>
<el-option
label=
"未分组"
:value=
"0"
>
</el-option>
</el-select>
</el-select>
<el-date-picker
<el-select
v-model=
"time1"
v-model=
"shzt"
size=
"mini"
placeholder=
"审核状态"
style=
"width: 210px"
size=
"mini"
type=
"daterange"
class=
"mar-right-10"
format=
"yyyy-MM-dd"
clearable
value-format=
"yyyy-MM-dd"
style=
"width: 160px"
class=
"mar-right-10"
@
clear=
"search"
@
change=
"search"
>
range-separator=
"至"
<el-option
label=
"已审核"
value=
"已审"
>
</el-option>
start-placeholder=
"结算日期"
<el-option
label=
"未审核"
value=
"未审"
>
</el-option>
end-placeholder=
"结束日期"
</el-select>
>
<span
class=
"font-14 color-999"
>
结算时间:
</span>
</el-date-picker>
<el-select
</div>
v-model=
"currentDate1"
</div>
placeholder=
"当前年月"
<div>
size=
"mini"
<el-button
class=
"mar-right-10"
type=
"primary"
clearable
style=
"background: rgb(2, 131, 187); border-color: rgb(2, 131, 187)"
style=
"width: 100px"
size=
"mini"
@
change=
"handleCurrentDateChange1"
slot=
"append"
>
icon=
"el-icon-search"
<el-option
label=
"当前年"
:value=
"1"
>
</el-option>
@
click=
"search"
<el-option
label=
"当前月"
:value=
"2"
>
</el-option>
>
查询
</el-button
</el-select>
>
<el-date-picker
<el-button
v-model=
"time1"
type=
"primary"
size=
"mini"
style=
"background: rgb(2, 131, 187); border-color: rgb(2, 131, 187)"
style=
"width: 210px"
size=
"mini"
type=
"daterange"
slot=
"append"
format=
"yyyy-MM-dd"
icon=
"el-icon-download"
value-format=
"yyyy-MM-dd"
@
click=
"downLoad"
class=
"mar-right-10"
>
下载
</el-button
@
change=
"search"
>
range-separator=
"至"
<el-button
start-placeholder=
"结算日期"
v-if=
"link"
end-placeholder=
"结束日期"
type=
"primary"
>
style=
"background: rgb(2, 131, 187); border-color: rgb(2, 131, 187)"
</el-date-picker>
size=
"mini"
slot=
"append"
icon=
"el-icon-link"
@
click=
"openLink"
>
更多报表
</el-button
>
</div>
</div>
</div>
</div>
</div>
<div
class=
"table flex-1 mar-top-15"
>
<div>
<el-table
border
ref=
"tableRef"
height=
"93%"
:data=
"tableData"
size=
"mini"
:highlight-current-row=
"true"
:cell-class-name=
"cellName"
>
<el-button
<el-table-column
align=
"center"
type=
"index"
width=
"50"
fixed=
"left"
></el-table-column>
type=
"primary"
<el-table-column
label=
"同步更新"
align=
"center"
min-width=
"80"
show-overflow-tooltip
fixed=
"left"
>
style=
"
<template
#
default=
"scope"
>
background: rgb(2, 131, 187);
<i
class=
"el-icon-refresh font-16 cursor"
@
click
.
stop=
"SetInjoinAgain(scope.row.id)"
></i>
border-color: rgb(2, 131, 187);
</
template
>
"
</el-table-column>
size=
"mini"
<el-table-column
slot=
"append"
prop=
"fee_consume"
icon=
"el-icon-search"
label=
"费用消耗比例"
@
click=
"search"
sortable
>
查询
</el-button
align=
"center"
>
min-width=
"120"
<el-button
show-overflow-tooltip
type=
"primary"
fixed=
"left"
style=
"
></el-table-column>
background: rgb(2, 131, 187);
<el-table-column
prop=
"regcode"
label=
"病案号"
sortable
align=
"center"
min-width=
"120"
show-overflow-tooltip
fixed=
"left"
>
border-color: rgb(2, 131, 187);
<
template
#
default=
"scope"
>
"
<!-- 正常病例 低倍率病例 高倍率病例 dis_type-->
size=
"mini"
<div
class=
"flex-center-center"
>
slot=
"append"
<span
class=
"mar-right-10"
style=
"width: 12px; height: 12px"
:style=
"
{ background: obj[scope.row.dis_type] }">
</span>
icon=
"el-icon-download"
<span>
{{
scope
.
row
.
regcode
}}
</span>
@
click=
"downLoad"
</div>
>
下载
</el-button
</
template
>
>
</el-table-column>
<el-button
<el-table-column
prop=
"a48C"
label=
"住院号"
sortable
align=
"center"
min-width=
"120"
show-overflow-tooltip
fixed=
"left"
>
</el-table-column>
v-if=
"link"
<el-table-column
prop=
"name"
label=
"姓名"
sortable
align=
"center"
min-width=
"120"
show-overflow-tooltip
fixed=
"left"
></el-table-column>
type=
"primary"
<el-table-column
prop=
"inhostime"
label=
"入院日期"
sortable
align=
"center"
min-width=
"120"
show-overflow-tooltip
>
style=
"
<
template
#
default=
"scope"
>
background: rgb(2, 131, 187);
<span>
{{
scope
.
row
.
inhostime
?
formatYMD
(
scope
.
row
.
inhostime
)
:
""
}}
</span>
border-color: rgb(2, 131, 187);
</
template
>
"
</el-table-column>
size=
"mini"
<el-table-column
prop=
"outhostime"
label=
"出院日期"
sortable
align=
"center"
min-width=
"120"
show-overflow-tooltip
>
slot=
"append"
<
template
#
default=
"scope"
>
icon=
"el-icon-link"
<span>
{{
scope
.
row
.
outhostime
?
formatYMD
(
scope
.
row
.
outhostime
)
:
""
}}
</span>
@
click=
"openLink"
</
template
>
>
更多报表
</el-button
</el-table-column>
>
<el-table-column
prop=
"indeptname"
label=
"当前科室"
sortable
align=
"center"
min-width=
"120"
show-overflow-tooltip
>
</el-table-column>
</div>
<el-table-column
prop=
"doctorname"
label=
"主治医生"
sortable
align=
"center"
min-width=
"120"
show-overflow-tooltip
>
</el-table-column>
</div>
<el-table-column
prop=
"inhosdays"
label=
"住院天数"
sortable
align=
"center"
min-width=
"120"
show-overflow-tooltip
>
</el-table-column>
</div>
<el-table-column
prop=
"isjoin"
label=
"是否出院"
sortable
align=
"center"
min-width=
"120"
show-overflow-tooltip
>
</el-table-column>
<div
class=
"table flex-1 mar-top-15"
>
<el-table-column
prop=
"isbasiclevel"
label=
"是否基层病种"
sortable
align=
"center"
min-width=
"120"
show-overflow-tooltip
>
</el-table-column>
<el-table
<el-table-column
prop=
"total_fee"
label=
"住院总费用"
sortable
align=
"center"
min-width=
"120"
show-overflow-tooltip
>
border
<
template
#
default=
"scope"
>
ref=
"tableRef"
<span>
{{
decimal
(
scope
.
row
.
total_fee
)
}}
</span>
height=
"93%"
</
template
>
:data=
"tableData"
</el-table-column>
size=
"mini"
<el-table-column
prop=
"self_payment"
label=
"结算后自付费用"
sortable
align=
"center"
min-width=
"130"
show-overflow-tooltip
>
:highlight-current-row=
"true"
<
template
#
default=
"scope"
>
:cell-class-name=
"cellName"
<span>
{{
decimal
(
scope
.
row
.
self_payment
)
}}
</span>
>
</
template
>
<el-table-column
</el-table-column>
align=
"center"
<el-table-column
prop=
"self_payment_proportion"
label=
"自付占比"
sortable
align=
"center"
min-width=
"120"
show-overflow-tooltip
>
type=
"index"
</el-table-column>
width=
"50"
<el-table-column
prop=
"medical_payment"
label=
"医保类型"
sortable
align=
"center"
min-width=
"120"
show-overflow-tooltip
></el-table-column>
fixed=
"left"
<el-table-column
prop=
"discode"
label=
"分组编码"
sortable
align=
"center"
width=
"250"
show-overflow-tooltip
>
</el-table-column>
></el-table-column>
<el-table-column
prop=
"disname"
label=
"分组名称"
sortable
align=
"center"
min-width=
"180"
show-overflow-tooltip
>
</el-table-column>
<el-table-column
<el-table-column
prop=
"rw"
label=
"实际分值"
sortable
align=
"center"
min-width=
"120"
show-overflow-tooltip
></el-table-column>
label=
"同步更新"
<el-table-column
prop=
"standardrw"
label=
"标准分值"
sortable
align=
"center"
min-width=
"120"
show-overflow-tooltip
>
</el-table-column>
align=
"center"
<el-table-column
label=
"二级医院标准分值"
sortable
align=
"center"
min-width=
"160"
show-overflow-tooltip
>
min-width=
"80"
<
template
#
default=
"scope"
>
show-overflow-tooltip
<span>
{{
scope
.
row
.
isbasiclevel
==
"是"
?
scope
.
row
.
standardrw
:
decimal
(
scope
.
row
.
standardrw
*
0.8
)
}}
</span>
fixed=
"left"
</
template
>
>
</el-table-column>
<template
#
default=
"scope"
>
<el-table-column
prop=
"medactalfee"
label=
"预计DIP支付费用"
sortable
align=
"center"
min-width=
"140"
show-overflow-tooltip
>
<i
<
template
#
default=
"scope"
>
class=
"el-icon-refresh font-16 cursor"
<span>
{{
decimal
(
scope
.
row
.
medactalfee
)
}}
</span>
@
click
.
stop=
"SetInjoinAgain(scope.row.id)"
</
template
>
></i>
</el-table-column>
</
template
>
<el-table-column
prop=
"medical_insurance_balance"
label=
"预计DIP结余"
sortable
align=
"center"
min-width=
"120"
show-overflow-tooltip
>
</el-table-column>
<
template
#
default=
"scope"
>
<el-table-column
<span>
{{
decimal
(
scope
.
row
.
medical_insurance_balance
)
}}
</span>
prop=
"fee_consume"
</
template
>
label=
"费用消耗比例"
</el-table-column>
sortable
<el-table-column
prop=
"dis_type"
label=
"病例类型"
sortable
align=
"center"
min-width=
"120"
show-overflow-tooltip
></el-table-column>
align=
"center"
min-width=
"120"
show-overflow-tooltip
fixed=
"left"
></el-table-column>
<el-table-column
prop=
"regcode"
label=
"病案号"
sortable
align=
"center"
min-width=
"120"
show-overflow-tooltip
fixed=
"left"
>
<
template
#
default=
"scope"
>
<!-- 正常病例 低倍率病例 高倍率病例 dis_type-->
<div
class=
"flex-center-center"
>
<span
class=
"mar-right-10"
style=
"width: 12px; height: 12px"
:style=
"
{ background: obj[scope.row.dis_type] }"
>
</span>
<span>
{{
scope
.
row
.
regcode
}}
</span>
</div>
</
template
>
</el-table-column>
<el-table-column
prop=
"a48C"
label=
"住院号"
sortable
align=
"center"
min-width=
"120"
show-overflow-tooltip
fixed=
"left"
>
</el-table-column>
<el-table-column
prop=
"name"
label=
"姓名"
sortable
align=
"center"
min-width=
"120"
show-overflow-tooltip
fixed=
"left"
></el-table-column>
<el-table-column
prop=
"inhostime"
label=
"入院日期"
sortable
align=
"center"
min-width=
"120"
show-overflow-tooltip
>
<
template
#
default=
"scope"
>
<span>
{{
scope
.
row
.
inhostime
?
formatYMD
(
scope
.
row
.
inhostime
)
:
''
}}
</span>
</
template
>
</el-table-column>
<el-table-column
prop=
"outhostime"
label=
"出院日期"
sortable
align=
"center"
min-width=
"120"
show-overflow-tooltip
>
<
template
#
default=
"scope"
>
<span>
{{
scope
.
row
.
outhostime
?
formatYMD
(
scope
.
row
.
outhostime
)
:
''
}}
</span>
</
template
>
</el-table-column>
<el-table-column
prop=
"indeptname"
label=
"当前科室"
sortable
align=
"center"
min-width=
"120"
show-overflow-tooltip
>
</el-table-column>
<el-table-column
prop=
"doctorname"
label=
"主治医生"
sortable
align=
"center"
min-width=
"120"
show-overflow-tooltip
>
</el-table-column>
<el-table-column
prop=
"inhosdays"
label=
"住院天数"
sortable
align=
"center"
min-width=
"120"
show-overflow-tooltip
>
</el-table-column>
<el-table-column
prop=
"isjoin"
label=
"是否出院"
sortable
align=
"center"
min-width=
"120"
show-overflow-tooltip
>
</el-table-column>
<el-table-column
prop=
"isbasiclevel"
label=
"是否基层病种"
sortable
align=
"center"
min-width=
"120"
show-overflow-tooltip
>
</el-table-column>
<el-table-column
prop=
"total_fee"
label=
"住院总费用"
sortable
align=
"center"
min-width=
"120"
show-overflow-tooltip
>
<
template
#
default=
"scope"
>
<span>
{{
decimal
(
scope
.
row
.
total_fee
)
}}
</span>
</
template
>
</el-table-column>
<el-table-column
prop=
"self_payment"
label=
"结算后自付费用"
sortable
align=
"center"
min-width=
"130"
show-overflow-tooltip
>
<
template
#
default=
"scope"
>
<span>
{{
decimal
(
scope
.
row
.
self_payment
)
}}
</span>
</
template
>
</el-table-column>
<el-table-column
prop=
"self_payment_proportion"
label=
"自付占比"
sortable
align=
"center"
min-width=
"120"
show-overflow-tooltip
>
</el-table-column>
<el-table-column
prop=
"medical_payment"
label=
"医保类型"
sortable
align=
"center"
min-width=
"120"
show-overflow-tooltip
></el-table-column>
<el-table-column
prop=
"discode"
label=
"分组编码"
sortable
align=
"center"
width=
"250"
show-overflow-tooltip
>
</el-table-column>
<el-table-column
prop=
"disname"
label=
"分组名称"
sortable
align=
"center"
min-width=
"180"
show-overflow-tooltip
>
</el-table-column>
<el-table-column
prop=
"rw"
label=
"实际分值"
sortable
align=
"center"
min-width=
"120"
show-overflow-tooltip
></el-table-column>
<el-table-column
prop=
"standardrw"
label=
"标准分值"
sortable
align=
"center"
min-width=
"120"
show-overflow-tooltip
>
</el-table-column>
<el-table-column
label=
"二级医院标准分值"
sortable
align=
"center"
min-width=
"160"
show-overflow-tooltip
>
<
template
#
default=
"scope"
>
<span>
{{
scope
.
row
.
isbasiclevel
==
'是'
?
scope
.
row
.
standardrw
:
decimal
(
scope
.
row
.
standardrw
*
0.8
)
}}
</span>
</
template
>
</el-table-column>
<el-table-column
prop=
"medactalfee"
label=
"预计DIP支付费用"
sortable
align=
"center"
min-width=
"140"
show-overflow-tooltip
>
<
template
#
default=
"scope"
>
<span>
{{
decimal
(
scope
.
row
.
medactalfee
)
}}
</span>
</
template
>
</el-table-column>
<el-table-column
prop=
"medical_insurance_balance"
label=
"预计DIP结余"
sortable
align=
"center"
min-width=
"120"
show-overflow-tooltip
>
<
template
#
default=
"scope"
>
<span>
{{
decimal
(
scope
.
row
.
medical_insurance_balance
)
}}
</span>
</
template
>
</el-table-column>
<el-table-column
prop=
"dis_type"
label=
"病例类型"
sortable
align=
"center"
min-width=
"120"
show-overflow-tooltip
></el-table-column>
<el-table-column
<el-table-column
prop=
"county_Medicine_Fee"
label=
"县级药品费用"
sortable
align=
"center"
min-width=
"120"
show-overflow-tooltip
>
prop=
"county_Medicine_Fee"
<
template
#
default=
"scope"
>
label=
"县级药品费用"
<span>
{{
decimal
(
scope
.
row
.
county_Medicine_Fee
)
}}
</span>
sortable
</
template
>
align=
"center"
</el-table-column>
min-width=
"120"
<el-table-column
prop=
"medicine_Fee"
label=
"药品费用"
sortable
align=
"center"
min-width=
"120"
show-overflow-tooltip
>
show-overflow-tooltip
<
template
#
default=
"scope"
>
>
<span>
{{
decimal
(
scope
.
row
.
medicine_Fee
)
}}
</span>
<
template
#
default=
"scope"
>
</
template
>
<span>
{{
decimal
(
scope
.
row
.
county_Medicine_Fee
)
}}
</span>
</el-table-column>
</
template
>
</el-table-column>
<el-table-column
prop=
"medicine_Fee"
label=
"药品费用"
sortable
align=
"center"
min-width=
"120"
show-overflow-tooltip
>
<
template
#
default=
"scope"
>
<span>
{{
decimal
(
scope
.
row
.
medicine_Fee
)
}}
</span>
</
template
>
</el-table-column>
<el-table-column
<el-table-column
prop=
"drug_proportion"
label=
"药品"
sortable
align=
"center"
min-width=
"120"
show-overflow-tooltip
>
</el-table-column>
prop=
"drug_proportion"
<el-table-column
label=
"药品"
prop=
"county_Material_Fee"
sortable
label=
"县级耗材费用"
align=
"center"
sortable
min-width=
"120"
align=
"center"
show-overflow-tooltip
min-width=
"120"
>
show-overflow-tooltip
</el-table-column>
></el-table-column>
<el-table-column
<el-table-column
prop=
"material_Fee"
label=
"耗材费用"
sortable
align=
"center"
min-width=
"120"
show-overflow-tooltip
></el-table-column>
prop=
"county_Material_Fee"
label=
"县级耗材费用"
sortable
align=
"center"
min-width=
"120"
show-overflow-tooltip
></el-table-column>
<el-table-column
prop=
"material_Fee"
label=
"耗材费用"
sortable
align=
"center"
min-width=
"120"
show-overflow-tooltip
></el-table-column>
<el-table-column
<el-table-column
prop=
"consumables_proportion"
label=
"耗材"
sortable
align=
"center"
min-width=
"120"
show-overflow-tooltip
></el-table-column>
prop=
"consumables_proportion"
<el-table-column
prop=
"laboratory_proportion"
label=
"检验检查"
sortable
align=
"center"
min-width=
"120"
show-overflow-tooltip
>
label=
"耗材"
</el-table-column>
sortable
<el-table-column
prop=
"medical_proportion"
label=
"医务性收入"
sortable
align=
"center"
min-width=
"120"
show-overflow-tooltip
>
align=
"center"
</el-table-column>
min-width=
"120"
<el-table-column
prop=
"jssj"
label=
"结算日期"
sortable
align=
"center"
min-width=
"120"
show-overflow-tooltip
>
show-overflow-tooltip
<
template
#
default=
"scope"
>
></el-table-column>
<span>
{{
scope
.
row
.
jssj
?
formatYMD
(
scope
.
row
.
jssj
)
:
""
}}
</span>
<el-table-column
</
template
>
prop=
"laboratory_proportion"
</el-table-column>
label=
"检验检查"
<el-table-column
prop=
"shzt"
label=
"审核状态"
sortable
align=
"center"
min-width=
"120"
show-overflow-tooltip
>
</el-table-column>
sortable
</el-table>
align=
"center"
</div>
min-width=
"120"
<div
class=
"flex-end mar-top-20"
>
show-overflow-tooltip
<el-pagination
>
background
</el-table-column>
layout=
"total, sizes, prev, pager, next, jumper"
<el-table-column
:hide-on-single-page=
"false"
prop=
"medical_proportion"
:total=
"totalCount"
label=
"医务性收入"
:page-size=
"pageSize"
sortable
@
size-change=
"handleSizeChange"
align=
"center"
@
current-change=
"handleCurrentChange"
min-width=
"120"
>
show-overflow-tooltip
</el-pagination>
>
</div>
</el-table-column>
</div>
<el-table-column
prop=
"jssj"
label=
"结算日期"
sortable
align=
"center"
min-width=
"120"
show-overflow-tooltip
>
<
template
#
default=
"scope"
>
<span>
{{
scope
.
row
.
jssj
?
formatYMD
(
scope
.
row
.
jssj
)
:
''
}}
</span>
</
template
>
</el-table-column>
<el-table-column
prop=
"shzt"
label=
"审核状态"
sortable
align=
"center"
min-width=
"120"
show-overflow-tooltip
>
</el-table-column>
</el-table>
</div>
<div
class=
"flex-end mar-top-20"
>
<el-pagination
background
layout=
"total, sizes, prev, pager, next, jumper"
:hide-on-single-page=
"false"
:total=
"totalCount"
:page-size=
"pageSize"
@
size-change=
"handleSizeChange"
@
current-change=
"handleCurrentChange"
>
</el-pagination>
</div>
</div>
</div>
</div>
</template>
</template>
<
script
>
<
script
>
import
http
from
'../utils/http'
import
http
from
"../utils/http"
;
import
{
setItem
,
getItem
}
from
'../utils/auth'
import
{
setItem
,
getItem
}
from
"../utils/auth"
;
import
{
decimal
}
from
'../utils/decimal'
import
{
decimal
}
from
"../utils/decimal"
;
import
dayjs
from
'dayjs'
import
dayjs
from
"dayjs"
;
import
{
Message
,
Loading
,
MessageBox
}
from
'element-ui'
import
{
Message
,
Loading
,
MessageBox
}
from
"element-ui"
;
export
default
{
export
default
{
name
:
'patientinfo'
,
name
:
"patientinfo"
,
data
()
{
data
()
{
return
{
return
{
time
:
''
,
time
:
""
,
time1
:
''
,
time1
:
""
,
pageNumber
:
1
,
pageNumber
:
1
,
pageSize
:
100
,
pageSize
:
100
,
a48
:
''
,
a48
:
""
,
a11
:
''
,
a11
:
""
,
b16C
:
''
,
b16C
:
""
,
isjoin
:
null
,
isjoin
:
null
,
currentDate
:
null
,
currentDate
:
null
,
currentDate1
:
null
,
currentDate1
:
null
,
isout
:
null
,
isout
:
null
,
insuranceType
:
null
,
insuranceType
:
null
,
doctorName
:
''
,
doctorName
:
""
,
codeName
:
''
,
codeName
:
""
,
dis_type
:
''
,
dis_type
:
""
,
shzt
:
''
,
shzt
:
""
,
obj
:
{
obj
:
{
正常病例
:
'#22d016'
,
正常病例
:
"#22d016"
,
低倍率病例
:
'#e9c622'
,
低倍率病例
:
"#e9c622"
,
高倍率病例
:
'#ff7e00'
高倍率病例
:
"#ff7e00"
,
},
},
tableData
:
[],
tableData
:
[],
totalCount
:
0
,
totalCount
:
0
,
deptList
:
[]
deptList
:
[],
}
};
},
beforeMount
()
{},
mounted
()
{
this
.
time
=
[
`
${
dayjs
().
format
(
'YYYY-MM'
)}
-01`
,
`
${
dayjs
().
format
(
'YYYY-MM'
)}
-
${
this
.
getDayNumByYearMonth
(
dayjs
().
format
(
'YYYY'
),
dayjs
().
format
(
'MM'
)
)}
`
]
this
.
GetDeptList
()
},
computed
:
{
link
()
{
return
window
.
webConfig
.
diseLink
}
},
methods
:
{
decimal
,
formatYMD
(
t
)
{
return
dayjs
(
t
).
format
(
'YYYY-MM-DD'
)
},
getDayNumByYearMonth
(
year
,
month
)
{
switch
(
month
)
{
case
'01'
:
case
'03'
:
case
'05'
:
case
'07'
:
case
'08'
:
case
'10'
:
case
'12'
:
return
31
break
case
'04'
:
case
'06'
:
case
'09'
:
case
'11'
:
return
30
break
case
'02'
:
return
this
.
isLeapYear
(
year
)
?
29
:
28
break
}
},
isLeapYear
(
year
)
{
if
(
year
/
4
==
0
&&
year
/
100
!=
0
)
{
return
true
}
else
if
(
year
/
400
==
0
)
{
return
true
}
else
{
return
false
}
},
cellName
({
row
,
column
,
rowIndex
,
columnIndex
})
{
if
(
row
.
medicine_Fee
>
row
.
county_Medicine_Fee
&&
columnIndex
==
26
)
{
return
'medicine'
}
if
(
row
.
material_Fee
>
row
.
county_Material_Fee
&&
columnIndex
==
29
)
{
return
'medicine'
}
},
},
beforeMount
()
{},
mounted
()
{
this
.
time
=
[
`
${
dayjs
().
format
(
"YYYY-MM"
)}
-01`
,
`
${
dayjs
().
format
(
"YYYY-MM"
)}
-
${
this
.
getDayNumByYearMonth
(
dayjs
().
format
(
"YYYY"
),
dayjs
().
format
(
"MM"
))}
`
,
];
downLoad
()
{
this
.
GetDeptList
();
let
parmar
=
{
pageNumber
:
this
.
pageNumber
,
pageSize
:
this
.
pageSize
,
a48
:
this
.
a48
,
a11
:
this
.
a11
,
b16C
:
this
.
b16C
,
beginDate
:
this
.
time
?
this
.
time
[
0
]
:
''
,
endDate
:
this
.
time
?
this
.
time
[
1
]
:
''
,
isjoin
:
this
.
isjoin
,
isout
:
this
.
isout
,
doctorName
:
this
.
doctorName
,
codeName
:
this
.
codeName
,
dis_type
:
this
.
dis_type
,
insuranceType
:
this
.
insuranceType
,
jssjBeginDate
:
this
.
time1
?
this
.
time1
[
0
]
:
''
,
jssjEndDate
:
this
.
time1
?
this
.
time1
[
1
]
:
''
,
shzt
:
this
.
shzt
}
http
.
post
(
`/screen/hos/GetHistoryListExcelDownload`
,
parmar
,
{
responseType
:
'blob'
})
.
then
((
data
)
=>
{
const
link
=
document
.
createElement
(
'a'
)
const
blob
=
new
Blob
([
data
],
{
type
:
'application/vnd.ms-excel'
})
link
.
style
.
display
=
'none'
link
.
href
=
URL
.
createObjectURL
(
blob
)
link
.
setAttribute
(
'download'
,
`病案数据详情.xlsx`
)
document
.
body
.
appendChild
(
link
)
link
.
click
()
document
.
body
.
removeChild
(
link
)
})
},
openLink
()
{
http
.
post
(
`/account/reporter`
,
{}).
then
((
data
)
=>
{
var
url
=
this
.
link
+
'?key='
+
data
window
.
open
(
url
,
'_blank'
)
})
},
},
//查询
computed
:
{
search
()
{
link
()
{
this
.
pageSize
=
100
return
window
.
webConfig
.
diseLink
;
this
.
pageNumber
=
1
},
this
.
getList
()
},
},
//获取频率,频率的下拉数据
methods
:
{
getList
()
{
decimal
,
let
parmar
=
{
formatYMD
(
t
)
{
pageNumber
:
this
.
pageNumber
,
return
dayjs
(
t
).
format
(
"YYYY-MM-DD"
);
pageSize
:
this
.
pageSize
,
},
a48
:
this
.
a48
,
getDayNumByYearMonth
(
year
,
month
)
{
a11
:
this
.
a11
,
switch
(
month
)
{
b16C
:
this
.
b16C
,
case
"01"
:
beginDate
:
this
.
time
?
this
.
time
[
0
]
:
''
,
case
"03"
:
endDate
:
this
.
time
?
this
.
time
[
1
]
:
''
,
case
"05"
:
isjoin
:
this
.
isjoin
,
case
"07"
:
isout
:
this
.
isout
,
case
"08"
:
doctorName
:
this
.
doctorName
,
case
"10"
:
codeName
:
this
.
codeName
,
case
"12"
:
dis_type
:
this
.
dis_type
,
return
31
;
insuranceType
:
this
.
insuranceType
,
break
;
jssjBeginDate
:
this
.
time1
?
this
.
time1
[
0
]
:
''
,
case
"04"
:
jssjEndDate
:
this
.
time1
?
this
.
time1
[
1
]
:
''
,
case
"06"
:
shzt
:
this
.
shzt
case
"09"
:
}
case
"11"
:
http
return
30
;
.
post
(
`/screen/hos/GetHistoryList`
,
parmar
)
break
;
.
then
((
data
)
=>
{
case
"02"
:
this
.
tableData
=
data
.
list
return
this
.
isLeapYear
(
year
)
?
29
:
28
;
this
.
totalCount
=
data
.
totalCount
break
;
this
.
$nextTick
(()
=>
{
}
this
.
$refs
.
tableRef
.
doLayout
()
},
})
isLeapYear
(
year
)
{
})
if
(
year
/
4
==
0
&&
year
/
100
!=
0
)
{
.
catch
((
error
)
=>
{})
return
true
;
},
}
else
if
(
year
/
400
==
0
)
{
GetDeptList
()
{
return
true
;
http
}
else
{
.
get
(
`/screen/hos/GetDeptList`
,
{})
return
false
;
.
then
((
data
)
=>
{
this
.
deptList
=
data
this
.
deptList
.
map
((
item
)
=>
{
if
(
item
.
deptCode
==
this
.
$route
.
query
.
ApplyDept
)
{
this
.
b16C
=
this
.
$route
.
query
.
ApplyDept
||
''
}
}
})
},
this
.
getList
()
cellName
({
row
,
column
,
rowIndex
,
columnIndex
})
{
})
if
(
row
.
medicine_Fee
>
row
.
county_Medicine_Fee
&&
columnIndex
==
26
)
{
.
catch
((
error
)
=>
{
return
"medicine"
;
this
.
getList
()
}
})
if
(
row
.
material_Fee
>
row
.
county_Material_Fee
&&
columnIndex
==
29
)
{
},
return
"medicine"
;
}
},
SetInjoinAgain
(
id
)
{
downLoad
()
{
http
let
parmar
=
{
.
post
(
`/screen/screen/SetInjoinAgain?id=
${
id
}
`
,
{})
pageNumber
:
this
.
pageNumber
,
.
then
((
data
)
=>
{
pageSize
:
this
.
pageSize
,
Message
.
success
(
'同步成功'
)
a48
:
this
.
a48
,
this
.
getList
()
a11
:
this
.
a11
,
})
b16C
:
this
.
b16C
,
.
catch
((
error
)
=>
{
beginDate
:
this
.
time
?
this
.
time
[
0
]
:
""
,
this
.
getList
()
endDate
:
this
.
time
?
this
.
time
[
1
]
:
""
,
})
isjoin
:
this
.
isjoin
,
},
isout
:
this
.
isout
,
doctorName
:
this
.
doctorName
,
codeName
:
this
.
codeName
,
dis_type
:
this
.
dis_type
,
insuranceType
:
this
.
insuranceType
,
jssjBeginDate
:
this
.
time1
?
this
.
time1
[
0
]
:
""
,
jssjEndDate
:
this
.
time1
?
this
.
time1
[
1
]
:
""
,
shzt
:
this
.
shzt
,
};
http
.
post
(
`/screen/hos/GetHistoryListExcelDownload`
,
parmar
,
{
responseType
:
"blob"
,
}).
then
((
data
)
=>
{
const
link
=
document
.
createElement
(
"a"
);
const
blob
=
new
Blob
([
data
],
{
type
:
"application/vnd.ms-excel"
});
link
.
style
.
display
=
"none"
;
link
.
href
=
URL
.
createObjectURL
(
blob
);
link
.
setAttribute
(
"download"
,
`病案数据详情.xlsx`
);
document
.
body
.
appendChild
(
link
);
link
.
click
();
document
.
body
.
removeChild
(
link
);
});
},
openLink
()
{
http
.
post
(
`/account/reporter`
,
{}).
then
((
data
)
=>
{
var
url
=
this
.
link
+
"?key="
+
data
;
window
.
open
(
url
,
"_blank"
);
});
},
//查询
search
()
{
this
.
pageSize
=
100
;
this
.
pageNumber
=
1
;
this
.
getList
();
},
//获取频率,频率的下拉数据
getList
()
{
let
parmar
=
{
pageNumber
:
this
.
pageNumber
,
pageSize
:
this
.
pageSize
,
a48
:
this
.
a48
,
a11
:
this
.
a11
,
b16C
:
this
.
b16C
,
beginDate
:
this
.
time
?
this
.
time
[
0
]
:
""
,
endDate
:
this
.
time
?
this
.
time
[
1
]
:
""
,
isjoin
:
this
.
isjoin
,
isout
:
this
.
isout
,
doctorName
:
this
.
doctorName
,
codeName
:
this
.
codeName
,
dis_type
:
this
.
dis_type
,
insuranceType
:
this
.
insuranceType
,
jssjBeginDate
:
this
.
time1
?
this
.
time1
[
0
]
:
""
,
jssjEndDate
:
this
.
time1
?
this
.
time1
[
1
]
:
""
,
shzt
:
this
.
shzt
,
};
http
.
post
(
`/screen/hos/GetHistoryList`
,
parmar
)
.
then
((
data
)
=>
{
this
.
tableData
=
data
.
list
;
this
.
totalCount
=
data
.
totalCount
;
this
.
$nextTick
(()
=>
{
this
.
$refs
.
tableRef
.
doLayout
();
});
})
.
catch
((
error
)
=>
{});
},
GetDeptList
()
{
http
.
get
(
`/screen/hos/GetDeptList`
,
{})
.
then
((
data
)
=>
{
this
.
deptList
=
data
;
this
.
deptList
.
map
((
item
)
=>
{
if
(
item
.
deptCode
==
this
.
$route
.
query
.
ApplyDept
)
{
this
.
b16C
=
this
.
$route
.
query
.
ApplyDept
||
""
;
}
});
handleCurrentChange
(
val
)
{
this
.
getList
();
this
.
pageNumber
=
val
})
this
.
getList
()
.
catch
((
error
)
=>
{
},
this
.
getList
();
handleSizeChange
(
val
)
{
});
this
.
pageSize
=
val
},
this
.
getList
()
},
SetInjoinAgain
(
id
)
{
handleCurrentDateChange
()
{
http
.
post
(
`/screen/screen/SetInjoinAgain?id=
${
id
}
`
,
{})
if
(
this
.
currentDate
===
1
)
{
.
then
((
data
)
=>
{
this
.
time
=
[
Message
.
success
(
"同步成功"
);
`
${
dayjs
().
format
(
'YYYY'
)}
-01-01`
,
this
.
getList
();
`
${
dayjs
().
format
(
'YYYY'
)}
-12-31`
})
]
.
catch
((
error
)
=>
{
}
else
if
(
this
.
currentDate
===
2
)
{
this
.
getList
();
this
.
time
=
[
});
`
${
dayjs
().
format
(
'YYYY-MM'
)}
-01`
,
},
`
${
dayjs
().
format
(
'YYYY-MM'
)}
-
${
this
.
getDayNumByYearMonth
(
dayjs
().
format
(
'YYYY'
),
handleCurrentChange
(
val
)
{
dayjs
().
format
(
'MM'
)
this
.
pageNumber
=
val
;
)}
`
this
.
getList
();
]
},
}
handleSizeChange
(
val
)
{
this
.
search
()
this
.
pageSize
=
val
;
this
.
getList
();
},
handleCurrentDateChange
()
{
if
(
this
.
currentDate
===
1
)
{
this
.
time
=
[
`
${
dayjs
().
format
(
"YYYY"
)}
-01-01`
,
`
${
dayjs
().
format
(
"YYYY"
)}
-12-31`
];
}
else
if
(
this
.
currentDate
===
2
)
{
this
.
time
=
[
`
${
dayjs
().
format
(
"YYYY-MM"
)}
-01`
,
`
${
dayjs
().
format
(
"YYYY-MM"
)}
-
${
this
.
getDayNumByYearMonth
(
dayjs
().
format
(
"YYYY"
),
dayjs
().
format
(
"MM"
))}
`
,
];
}
this
.
search
();
},
handleCurrentDateChange1
()
{
if
(
this
.
currentDate1
===
1
)
{
this
.
time1
=
[
`
${
dayjs
().
format
(
"YYYY"
)}
-01-01`
,
`
${
dayjs
().
format
(
"YYYY"
)}
-12-31`
];
}
else
if
(
this
.
currentDate1
===
2
)
{
this
.
time1
=
[
`
${
dayjs
().
format
(
"YYYY-MM"
)}
-01`
,
`
${
dayjs
().
format
(
"YYYY-MM"
)}
-
${
this
.
getDayNumByYearMonth
(
dayjs
().
format
(
"YYYY"
),
dayjs
().
format
(
"MM"
))}
`
,
];
}
this
.
search
();
},
},
},
handleCurrentDateChange1
()
{
};
if
(
this
.
currentDate1
===
1
)
{
this
.
time1
=
[
`
${
dayjs
().
format
(
'YYYY'
)}
-01-01`
,
`
${
dayjs
().
format
(
'YYYY'
)}
-12-31`
]
}
else
if
(
this
.
currentDate1
===
2
)
{
this
.
time1
=
[
`
${
dayjs
().
format
(
'YYYY-MM'
)}
-01`
,
`
${
dayjs
().
format
(
'YYYY-MM'
)}
-
${
this
.
getDayNumByYearMonth
(
dayjs
().
format
(
'YYYY'
),
dayjs
().
format
(
'MM'
)
)}
`
]
}
this
.
search
()
}
}
}
</
script
>
</
script
>
<
style
lang=
"scss"
>
<
style
lang=
"scss"
>
.patientinfo
{
.patientinfo
{
height
:
100%
;
height
:
100%
;
display
:
flex
;
flex-flow
:
column
;
background-color
:
white
;
overflow
:
hidden
;
position
:
relative
;
.main
{
flex
:
1
;
padding
:
20px
;
display
:
flex
;
display
:
flex
;
flex-flow
:
column
;
flex-flow
:
column
;
.el-table__body
tr.current-row
>
td.el-table__cell
{
background-color
:
white
;
background-color
:
rgb
(
2
,
131
,
187
);
overflow
:
hidden
;
color
:
#fff
;
position
:
relative
;
}
.main
{
.el-table
{
flex
:
1
;
color
:
#333
;
padding
:
20px
;
}
display
:
flex
;
.medicine
{
flex-flow
:
column
;
background-color
:
#f56c6c
;
.el-table__body
tr.current-row
>
td.el-table__cell
{
color
:
#fff
;
background-color
:
rgb
(
2
,
131
,
187
);
}
color
:
#fff
;
.el-table__body
tr
.hover-row
>
td
.el-table__cell
{
}
background-color
:
#f5f7fa
;
.el-table
{
color
:
#333
;
color
:
#333
;
}
}
.el-table__body
tr
.hover-row
>
td
.medicine
{
.medicine
{
background-color
:
#f56c6c
;
background-color
:
#f56c6c
;
color
:
#fff
;
color
:
#fff
;
}
}
.el-table__body
tr
.current-row
>
td
.medicine
{
.el-table__body
tr
.hover-row
>
td
.el-table__cell
{
background-color
:
#f56c6c
;
background-color
:
#f5f7fa
;
color
:
#fff
;
color
:
#333
;
}
.el-table__body
tr
.hover-row
>
td
.medicine
{
background-color
:
#f56c6c
;
color
:
#fff
;
}
.el-table__body
tr
.current-row
>
td
.medicine
{
background-color
:
#f56c6c
;
color
:
#fff
;
}
}
}
}
}
}
</
style
>
</
style
>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment