|
@@ -24,6 +24,7 @@
|
|
|
<div class="contents">
|
|
|
<el-table :data="list" border style="width: 100%">
|
|
|
<el-table-column :resizable="false" type="index" :index="indexMethod" label="编号" width="60"></el-table-column>
|
|
|
+ <el-table-column :resizable="false" prop="hospitalId" label="医院ID" show-overflow-tooltip></el-table-column>
|
|
|
<el-table-column :resizable="false" prop="hospitalName" label="医院名称" show-overflow-tooltip></el-table-column>
|
|
|
<!-- <el-table-column :resizable="false" prop="hospitalId" label="医院编码"></el-table-column> -->
|
|
|
<el-table-column :resizable="false" prop="planName" label="方案名称" show-overflow-tooltip></el-table-column>
|