ソースを参照

去掉禁用启用

1178232204@qq.com 3 年 前
コミット
d0945d0b23
1 ファイル変更2 行追加2 行削除
  1. 2 2
      src/components/cdssManage/hospital/Hospital.vue

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

@@ -40,7 +40,7 @@
         <el-table-column :resizable="false" prop="operate" label="操作">
           <template slot-scope="scope">
             <el-button @click="modifyRelation(scope.row)" type="text" size="small">修改</el-button>
-            <span style="margin:0 3px;">|</span>
+            <!-- <span style="margin:0 3px;">|</span>
             <el-button
               @click="startOrEndHos(scope.row,'start')"
               type="text"
@@ -53,7 +53,7 @@
               type="text"
               size="small"
               v-if="scope.row.status === 1"
-            >禁用</el-button>
+            >禁用</el-button> -->
             <span style="margin:0 3px;">|</span>
             <el-button @click="showDelDialog(scope.row)" class="delete" type="text" size="small">删除</el-button>
           </template>