cef7c0bc by 杨威

待办箱办理

1 parent 0855c60e
...@@ -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>
......