Explorar o código

Merge remote-tracking branch 'origin/showId0810' into test

zhouna %!s(int64=4) %!d(string=hai) anos
pai
achega
bae51f0279
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/components/cdssManage/hospital/Hospital.vue

+ 1 - 1
src/components/cdssManage/hospital/Hospital.vue

@@ -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>