|
@@ -27,7 +27,7 @@
|
|
<el-table-column :resizable="false" prop="hospitalName" label="所属医院" 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="username" label="用户名" show-overflow-tooltip></el-table-column>
|
|
<el-table-column :resizable="false" prop="username" label="用户名" show-overflow-tooltip></el-table-column>
|
|
<el-table-column :resizable="false" prop="linkman" label="联系人姓名" show-overflow-tooltip></el-table-column>
|
|
<el-table-column :resizable="false" prop="linkman" label="联系人姓名" show-overflow-tooltip></el-table-column>
|
|
- <el-table-column
|
|
|
|
|
|
+ <!-- <el-table-column
|
|
:resizable="false"
|
|
:resizable="false"
|
|
prop="planStatus"
|
|
prop="planStatus"
|
|
label="状态"
|
|
label="状态"
|
|
@@ -35,7 +35,7 @@
|
|
width="180"
|
|
width="180"
|
|
>
|
|
>
|
|
<template slot-scope="scope">{{scope.row.status == 1 ? '已启用': '已禁用'}}</template>
|
|
<template slot-scope="scope">{{scope.row.status == 1 ? '已启用': '已禁用'}}</template>
|
|
- </el-table-column>
|
|
|
|
|
|
+ </el-table-column> -->
|
|
<el-table-column :resizable="false" prop="operate" label="操作">
|
|
<el-table-column :resizable="false" prop="operate" label="操作">
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<!-- <el-button @click="modifyRelation(scope.row)" type="text" size="small">修改</el-button>
|
|
<!-- <el-button @click="modifyRelation(scope.row)" type="text" size="small">修改</el-button>
|