Commit 33b47300 by wangshuangqing

固定表头

parent 7885fa96
......@@ -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"
header-row-style="height:100px"
style="width: 100%;"
height='98%'
row-key="id"
:default-expand-all="false"
:highlight-current-row="true"
......@@ -1260,7 +1210,7 @@ color: #55a6da !important;
}
&_rght2 {
width: 22%;
width: 20%;
height: 100%;
border: 1px solid #f6f6f8;
padding: 10px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment