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
307b27c0
Commit
307b27c0
authored
May 24, 2024
by
唐玉峰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
c27c2f44
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
src/views/outHistorygrouping.vue
+0
-0
src/views/outpatientDetails.vue
+5
-5
No files found.
src/views/outHistorygrouping.vue
View file @
307b27c0
This diff is collapsed.
Click to expand it.
src/views/outpatientDetails.vue
View file @
307b27c0
...
@@ -155,18 +155,18 @@
...
@@ -155,18 +155,18 @@
@row-click="eowclick"
@row-click="eowclick"
@expand-change="changeRowClick"
@expand-change="changeRowClick"
>
>
<el-table-column
prop=
"iteM_TYPE"
label=
"项目名称"
width=
"110"
header-align=
"center"
align=
"center"
>
</el-table-column>
<el-table-column
prop=
"iteM_TYPE"
label=
"项目名称"
header-align=
"center"
align=
"center"
>
</el-table-column>
<el-table-column
prop=
"totalFee"
label=
"总金额(小计)"
width=
"80"
header-align=
"center"
align=
"right"
>
<el-table-column
prop=
"totalFee"
label=
"总金额(小计)"
header-align=
"center"
align=
"right"
>
<template
slot-scope=
"scope"
>
<template
slot-scope=
"scope"
>
{{
decimal
(
scope
.
row
.
totalFee
)
}}
{{
decimal
(
scope
.
row
.
totalFee
)
}}
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
prop=
"proportion"
label=
"占总费用(比例)"
width=
"90"
header-align=
"center"
align=
"right"
>
<el-table-column
prop=
"proportion"
label=
"占总费用(比例)"
header-align=
"center"
align=
"right"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
proportion
!=
undefined
?
decimal
(
scope
.
row
.
proportion
)
+
"%"
:
""
}}
{{
scope
.
row
.
proportion
!=
undefined
?
decimal
(
scope
.
row
.
proportion
)
+
"%"
:
""
}}
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
prop=
"coreTotalFee"
label=
"预计DRG设定费用(参考)"
width=
"100"
header-align=
"center"
align=
"right"
>
<
!-- <
el-table-column prop="coreTotalFee" label="预计DRG设定费用(参考)" width="100" header-align="center" align="right">
<template slot-scope="scope">
<template slot-scope="scope">
{{ decimal(scope.row.coreTotalFee) }}
{{ decimal(scope.row.coreTotalFee) }}
</template>
</template>
...
@@ -175,7 +175,7 @@
...
@@ -175,7 +175,7 @@
<template slot-scope="scope">
<template slot-scope="scope">
{{ scope.row.coreProportion != undefined ? decimal(scope.row.coreProportion) + "%" : "" }}
{{ scope.row.coreProportion != undefined ? decimal(scope.row.coreProportion) + "%" : "" }}
</template>
</template>
</el-table-column>
</el-table-column>
-->
</el-table>
</el-table>
</div>
</div>
<!-- 中间有数据样式 表格-->
<!-- 中间有数据样式 表格-->
...
...
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