20bcb8b7 by 杨威

综合查询办理替换为查看

1 parent 4e83d01c
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
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">
......