Merge branch 'master' of http://yun.pashanhoo.com:9090/renchao/CadastralSystem
Showing
1 changed file
with
7 additions
and
0 deletions
| ... | @@ -85,6 +85,13 @@ | ... | @@ -85,6 +85,13 @@ |
| 85 | @click="batchDelete" | 85 | @click="batchDelete" |
| 86 | ><i class="iconfont iconhuzhongxinlazong"></i>批量删除</el-button | 86 | ><i class="iconfont iconhuzhongxinlazong"></i>批量删除</el-button |
| 87 | > | 87 | > |
| 88 | <el-button | ||
| 89 | class="radioBtn" | ||
| 90 | label="7" | ||
| 91 | border | ||
| 92 | @click="batchUpload" | ||
| 93 | ><i class="iconfont iconhuzhongxinlazong"></i>批量上传</el-button | ||
| 94 | > | ||
| 88 | </div> | 95 | </div> |
| 89 | </el-col> | 96 | </el-col> |
| 90 | </el-row> | 97 | </el-row> | ... | ... |
-
Please register or sign in to post a comment