|
@@ -28,7 +28,7 @@
|
|
|
<el-table-column :resizable="false" prop="sonHospital" label="关联子医院" show-overflow-tooltip></el-table-column>
|
|
|
<el-table-column :resizable="false" prop="address" label="医院地址" show-overflow-tooltip></el-table-column>
|
|
|
<el-table-column :resizable="false" prop="gmtCreate" label="创建时间" show-overflow-tooltip></el-table-column>
|
|
|
- <el-table-column
|
|
|
+ <!-- <el-table-column
|
|
|
:resizable="false"
|
|
|
prop="status"
|
|
|
label="状态"
|
|
@@ -36,7 +36,7 @@
|
|
|
width="180"
|
|
|
>
|
|
|
<template slot-scope="scope">{{scope.row.status == 1 ? '已启用': '已禁用'}}</template>
|
|
|
- </el-table-column>
|
|
|
+ </el-table-column> -->
|
|
|
<el-table-column :resizable="false" prop="operate" label="操作">
|
|
|
<template slot-scope="scope">
|
|
|
<el-button @click="modifyRelation(scope.row)" type="text" size="small">修改</el-button>
|