|
@@ -22,7 +22,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="code" label="医院编码" width="180"></el-table-column> -->
|
|
|
+ <el-table-column :resizable="false" prop="id" label="医院ID"></el-table-column>
|
|
|
<el-table-column :resizable="false" prop="name" label="医院名称" show-overflow-tooltip></el-table-column>
|
|
|
<el-table-column :resizable="false" prop="spell" label="医院名称拼音" show-overflow-tooltip></el-table-column>
|
|
|
<el-table-column :resizable="false" prop="address" label="医院地址" show-overflow-tooltip></el-table-column>
|