综合查询办理替换为查看
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -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"> | ... | ... |
-
Please register or sign in to post a comment