guhongwei %!s(int64=5) %!d(string=hai) anos
pai
achega
d0eb3b4e73
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  1. 3 1
      src/layout/otheruser/otheruserList.vue

+ 3 - 1
src/layout/otheruser/otheruserList.vue

@@ -13,7 +13,9 @@
           </el-table-column>
           <el-table-column fixed="right" label="操作" align="center">
             <template slot-scope="scope">
-              <el-button @click="clickRest(scope.row.id)" type="text"><i class="el-icon-refresh"></i></el-button>
+              <el-tooltip class="item" effect="dark" content="密码重置" placement="bottom">
+                <el-button @click="clickRest(scope.row.id)" type="text"><i class="el-icon-refresh"></i></el-button>
+              </el-tooltip>
               <el-button @click="$router.push({ path: '/otheruser/detail', query: { id: scope.row.id } })" type="text"><i class="el-icon-edit"></i></el-button>
               <el-button @click.prevent="deleteRow(scope.row.id)" type="text"><i class="el-icon-delete"></i></el-button>
             </template>