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
68a4441f
Commit
68a4441f
authored
Aug 10, 2023
by
唐玉峰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
7489aa07
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
11 deletions
+14
-11
src/views/patientinfo.vue
+14
-11
No files found.
src/views/patientinfo.vue
View file @
68a4441f
...
@@ -137,6 +137,15 @@
...
@@ -137,6 +137,15 @@
<div
class=
"table flex-1 mar-top-20"
>
<div
class=
"table flex-1 mar-top-20"
>
<el-table
border
ref=
"tableRef"
height=
"93%"
:data=
"tableData"
size=
"mini"
:highlight-current-row=
"true"
>
<el-table
border
ref=
"tableRef"
height=
"93%"
:data=
"tableData"
size=
"mini"
:highlight-current-row=
"true"
>
<el-table-column
align=
"center"
type=
"index"
width=
"50"
fixed=
"left"
></el-table-column>
<el-table-column
align=
"center"
type=
"index"
width=
"50"
fixed=
"left"
></el-table-column>
<el-table-column
prop=
"fee_consume"
label=
"费用消耗比例"
sortable
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"
>
<el-table-column
prop=
"regcode"
label=
"病案号"
sortable
align=
"center"
min-width=
"120"
show-overflow-tooltip
fixed=
"left"
>
<template
#
default=
"scope"
>
<template
#
default=
"scope"
>
<!-- 正常病例 低倍率病例 高倍率病例 dis_type-->
<!-- 正常病例 低倍率病例 高倍率病例 dis_type-->
...
@@ -195,19 +204,13 @@
...
@@ -195,19 +204,13 @@
</
template
>
</
template
>
</el-table-column>
</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
prop=
"dis_type"
label=
"病例类型"
sortable
align=
"center"
min-width=
"120"
show-overflow-tooltip
></el-table-column>
<el-table-column
prop=
"drug_proportion"
label=
"药占比"
sortable
align=
"center"
min-width=
"120"
show-overflow-tooltip
>
</el-table-column>
<el-table-column
prop=
"drug_proportion"
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=
"耗材占比"
sortable
align=
"center"
min-width=
"120"
show-overflow-tooltip
></el-table-column>
<el-table-column
prop=
"laboratory_proportion"
label=
"检验检查占比"
sortable
align=
"center"
min-width=
"120"
show-overflow-tooltip
>
</el-table-column>
</el-table-column>
<el-table-column
prop=
"medical_proportion"
label=
"医
疗费用占比
"
sortable
align=
"center"
min-width=
"120"
show-overflow-tooltip
>
<el-table-column
prop=
"medical_proportion"
label=
"医
务性收入
"
sortable
align=
"center"
min-width=
"120"
show-overflow-tooltip
>
</el-table-column>
</el-table-column>
<el-table-column
prop=
"other_proportion"
label=
"其他"
sortable
align=
"center"
min-width=
"120"
show-overflow-tooltip
>
</el-table-column>
</el-table>
</el-table>
<div
class=
"flex-end mar-top-20"
>
<div
class=
"flex-end mar-top-20"
>
<el-pagination
<el-pagination
...
...
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