Browse Source

Merge branch 'feature_approval' of http://101.201.121.115:3000/leo/LAPP_MY_WEBFRONT into develop

wangxinyao
wangxy 3 years ago
parent
commit
4f642663e1
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/views/property/otherPay.vue

+ 2
- 2
src/views/property/otherPay.vue View File

@ -27,7 +27,7 @@
@click="handleQuery">搜索</el-button>
</el-form-item>
</el-form>
<div style="width:54%; float:left; margin-top:5%; margin-bottom:100%">
<div style="width:54%; float:left; margin-top:5%;">
<div style="text-align:center;">
<span class="word-title">收费项目:</span>
<el-select v-model="data.category"
@ -108,7 +108,7 @@
</div>
</div>
<div id="print"
style="display:inline-block; width:42%; margin-left:4%">
style="display:inline-block; width:42%; margin-left:4%;margin-bottom:100%">
<div style="width:480px;text-align:center; margin: 0 0 10px 0 ">收款凭证</div>
<div style=" margin: 0 0 8px 0;font-size:16px ">编号: {{ serialnumber }}</div>
<mailTable :table-data="tableData"


Loading…
Cancel
Save