Browse Source

显示方案重置按钮

1178232204@qq.com 3 years ago
parent
commit
9ae6bb698c
1 changed files with 2 additions and 2 deletions
  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="resetFildF(scope.row)"
               v-if="scope.row.id !== -1"
@@ -49,7 +49,7 @@
               size="small"
             >方案重置</el-button>
             <el-button type="text" size="small" v-else disabled>方案重置</el-button>
-            <span style="margin:0 3px;">|</span>
+            <!-- <span style="margin:0 3px;">|</span>
             <el-button
               @click="startOrEndHos(scope.row,'start')"
               type="text"