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
33b47300
Commit
33b47300
authored
Jun 21, 2022
by
wangshuangqing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
固定表头
parent
7885fa96
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
53 deletions
+3
-53
src/views/outpatientDetails.vue
+3
-53
No files found.
src/views/outpatientDetails.vue
View file @
33b47300
...
...
@@ -163,62 +163,12 @@
>
<div
class=
"outpatientDetails_bottom_leftShowBox_left"
>
<!--
<ul
class=
"outpatientDetails_bottom_leftShowBox_left_ul"
>
<li
v-for=
"(item, index) in goods"
:key=
"index"
>
<div
@
click=
"
toggle(index, item);
scrollToFoods(index);
"
:class=
"
{ active: index == checkindex }"
>
<span
:class=
"
{ fc2: index == checkindex }" class="sp1">
<span
v-show=
"index == checkindex"
style=
"color: #fff"
class=
"iconfont icon-jiantou1"
></span>
{{
item
.
iteM_TYPE
}}
:
{{
decimal
(
item
.
totalFee
)
}}
</span
>
<span
:class=
"
{ fc3: index == checkindex }" class="sp2">
<span
class=
"sp2_reto"
v-if=
"item.proportion
<
=
0
"
>
{{
decimal
(
item
.
proportion
*
-
1
)
+
"%"
}}
</span>
<span
class=
"sp2_reto"
v-else
>
{{
decimal
(
item
.
proportion
)
+
"%"
}}
</span>
</span>
</div>
</li>
</ul>
-->
<!--
<el-table
:data=
"tableData1"
style=
"width: 100%; margin-bottom: 20px"
header-row-style=
"height:100px"
row-key=
"id"
:default-expand-all=
"false"
:highlight-current-row=
'true'
:tree-props=
"
{ children: 'children', hasChildren: 'hasChildren' }"
@row-click="eowclick"
@expand-change='changeRowClick'
>
<el-table-column
prop=
"iteM_TYPE"
label=
"项目名称"
width=
"100"
header-align=
"center"
align=
"center"
>
</el-table-column>
<el-table-column
prop=
"name"
label=
"总金额(小计)"
width=
"80"
header-align=
"center"
align=
"center"
>
</el-table-column>
<el-table-column
prop=
"address"
label=
"占总费用(比例)"
width=
"80"
header-align=
"center"
align=
"center"
>
</el-table-column>
<el-table-column
prop=
"coreTotalFee"
label=
"预计DRG设定费用(参考)"
header-align=
"center"
align=
"center"
>
</el-table-column>
<el-table-column
prop=
"dd"
label=
"设定费用比例(参考)"
header-align=
"center"
align=
"center"
>
</el-table-column>
</el-table>
-->
<el-table
ref=
"monthlyPlanTable"
:data=
"tableData1"
style=
"width: 100%;
margin-bottom: 20px
"
he
ader-row-style=
"height:100px"
style=
"width: 100%;"
he
ight=
'98%'
row-key=
"id"
:default-expand-all=
"false"
:highlight-current-row=
"true"
...
...
@@ -1260,7 +1210,7 @@ color: #55a6da !important;
}
&
_rght2
{
width
:
2
2
%
;
width
:
2
0
%
;
height
:
100%
;
border
:
1px
solid
#f6f6f8
;
padding
:
10px
;
...
...
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