yq1 10 months ago
parent
commit
ae32518336
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/xt_pages/medicalScheduling/index.vue

+ 2 - 2
src/xt_pages/medicalScheduling/index.vue View File

60
                                       circle @click.stop=""
60
                                       circle @click.stop=""
61
                                     ></el-button>
61
                                     ></el-button>
62
                                   </div>
62
                                   </div>
63
+                                </div>
63
                                 <div class="del_table_btn" v-show="scope.row.user_name=='合计'? false : true">
64
                                 <div class="del_table_btn" v-show="scope.row.user_name=='合计'? false : true">
64
                                   <el-button type="danger" size="mini" icon="el-icon-close" circle @click.stop="toClick(scope.row,scope.$index)"></el-button>
65
                                   <el-button type="danger" size="mini" icon="el-icon-close" circle @click.stop="toClick(scope.row,scope.$index)"></el-button>
65
                                 </div>
66
                                 </div>
2075
                 }
2076
                 }
2076
             })
2077
             })
2077
          })
2078
          })
2078
-       }
2079
-
2079
+       },
2080
 
2080
 
2081
        hoverMouse(row,column, cell, event){
2081
        hoverMouse(row,column, cell, event){
2082
         this.name=row.user_name
2082
         this.name=row.user_name