5810b0e0 by 杨威

代码优化

1 parent 6c5e7e61
...@@ -2,18 +2,6 @@ ...@@ -2,18 +2,6 @@
2 <div class="main" ref="mainBox"> 2 <div class="main" ref="mainBox">
3 <div class="formMenu"> 3 <div class="formMenu">
4 <Qlr ref="qlrxxModule" :bsm="curZdbsm" :qszt="formData.qszt"></Qlr> 4 <Qlr ref="qlrxxModule" :bsm="curZdbsm" :qszt="formData.qszt"></Qlr>
5 <!-- <el-button
6 type="primary"
7 class="changeBtn"
8 @click="getQlrxxData"
9 >获取权利人信息数据</el-button
10 >
11 <el-button
12 type="primary"
13 class="changeBtn"
14 @click="getQlxzData"
15 >获取权利性质组件数据</el-button
16 > -->
17 <table class="zdjbxxTable" cellspacing="0" cellpadding="0" border="1"> 5 <table class="zdjbxxTable" cellspacing="0" cellpadding="0" border="1">
18 <tr> 6 <tr>
19 <th colspan="12">宗地基本信息</th> 7 <th colspan="12">宗地基本信息</th>
...@@ -365,19 +353,10 @@ ...@@ -365,19 +353,10 @@
365 </td> 353 </td>
366 </tr> 354 </tr>
367 </table> 355 </table>
368
369 <!-- <div style="min-height: 40px;text-align: center;margin-top: 10px">
370 <el-button type="success" class="saveBtn" @click="updateZDxx">保存</el-button>
371 <el-button type="primary" @click="submitZDxx">提交</el-button>
372 <el-button type="primary" @click="registerCall">登记调用</el-button>
373 </div> -->
374
375 <div class="header-button" :style="{width:mainBoxWidth+'px'}"> 356 <div class="header-button" :style="{width:mainBoxWidth+'px'}">
376
377 <el-button type="primary" class="saveBtn" @click="updateZDxx">保存</el-button> 357 <el-button type="primary" class="saveBtn" @click="updateZDxx">保存</el-button>
378 <el-button type="primary" @click="submitZDxx">提交</el-button> 358 <el-button type="primary" @click="submitZDxx">提交</el-button>
379 <el-button type="primary" @click="registerCall">登记调用</el-button> 359 <el-button type="primary" @click="registerCall">登记调用</el-button>
380 <!-- <el-button type="primary" class="saveBtn" @click="save">保存</el-button> -->
381 </div> 360 </div>
382 </div> 361 </div>
383 </div> 362 </div>
......