待办箱办理
Showing
1 changed file
with
3 additions
and
3 deletions
... | @@ -35,12 +35,12 @@ | ... | @@ -35,12 +35,12 @@ |
35 | </el-table-column> --> | 35 | </el-table-column> --> |
36 | <el-table-column label="操作" align="center" width="100"> | 36 | <el-table-column label="操作" align="center" width="100"> |
37 | <template slot-scope="scope"> | 37 | <template slot-scope="scope"> |
38 | <el-tooltip class="item" effect="light" content="查看" placement="top"> | 38 | <el-tooltip class="item" effect="light" content="办理" placement="top"> |
39 | <i class="iconfont iconbanli iconfontEdit" @click="handleClick(scope.row)" style="padding:0 10px"></i> | 39 | <i class="iconfont iconbanli iconfontEdit" @click="handleClick(scope.row)" style="padding:0 10px"></i> |
40 | </el-tooltip> | 40 | </el-tooltip> |
41 | <el-tooltip class="item" effect="light" content="定位" placement="top"> | 41 | <!-- <el-tooltip class="item" effect="light" content="定位" placement="top"> |
42 | <i class="iconfont icondingwei iconfontEdit" @click="postionToMap(scope.row)"></i> | 42 | <i class="iconfont icondingwei iconfontEdit" @click="postionToMap(scope.row)"></i> |
43 | </el-tooltip> | 43 | </el-tooltip> --> |
44 | </template> | 44 | </template> |
45 | </el-table-column> | 45 | </el-table-column> |
46 | </el-table> | 46 | </el-table> | ... | ... |
-
Please register or sign in to post a comment