浏览代码

列表去掉状态

1178232204@qq.com 3 年之前
父节点
当前提交
6faedcd22b
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/components/cdssManage/hospital/Hospital.vue

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

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