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
55ee0b7c
Commit
55ee0b7c
authored
Jun 15, 2022
by
wangshuangqing
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'feature/修改' into develop
parents
b3fdf099
3f99ca82
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
src/views/outHistorygrouping.vue
+0
-0
src/views/outpatientDetails.vue
+4
-4
No files found.
src/views/outHistorygrouping.vue
View file @
55ee0b7c
This diff is collapsed.
Click to expand it.
src/views/outpatientDetails.vue
View file @
55ee0b7c
...
...
@@ -216,11 +216,11 @@
>
<el-table-column
label=
"开单日期"
prop=
"
iteM_CODE
"
prop=
"
chargeTime
"
></el-table-column>
<el-table-column
label=
"项目编码"
prop=
"
chargeTime
"
prop=
"
iteM_CODE
"
></el-table-column>
<el-table-column
label=
"项目名称"
...
...
@@ -228,13 +228,13 @@
></el-table-column>
<el-table-column
label=
"单价"
prop=
"unitprice"
>
<template
slot-scope=
"scope"
>
{{
decimal
(
scope
.
row
.
fe
e
)
}}
{{
decimal
(
scope
.
row
.
unitpric
e
)
}}
</
template
>
</el-table-column>
<el-table-column
label=
"数量"
prop=
"quantity"
></el-table-column>
<el-table-column
label=
"总金额"
prop=
"fee"
>
<
template
slot-scope=
"scope"
>
{{
decimal
(
scope
.
row
.
unitpric
e
)
}}
{{
decimal
(
scope
.
row
.
fe
e
)
}}
</
template
>
</el-table-column>
</el-table>
...
...
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