Commit 493dfbcf authored by 金王方-del's avatar 金王方-del

fix: 增加占位html

parent 2395fac7
...@@ -85,7 +85,10 @@ ...@@ -85,7 +85,10 @@
</a-select> </a-select>
</a-form-model-item> </a-form-model-item>
</a-col> </a-col>
<a-col :xl="8" :lg="3" :sm="3" class="none-label"> <a-col :xl="6" :lg="3" :sm="3">
<div>未清余额合计:(共计100条,其中:无效222条)</div>
</a-col>
<a-col :xl="6" :lg="3" :sm="3" class="none-label">
<a-form-model-item label="button"> <a-form-model-item label="button">
<!-- <a-button>更新数据</a-button> --> <!-- <a-button>更新数据</a-button> -->
<!-- <a-button class="mar-left10" type="primary" @click="addNewCharge"> <!-- <a-button class="mar-left10" type="primary" @click="addNewCharge">
......
...@@ -45,7 +45,7 @@ ...@@ -45,7 +45,7 @@
/> />
</a-form-model-item> </a-form-model-item>
</a-col> </a-col>
<a-col :xl="10" :lg="10" :sm="12" class="none-label"> <a-col :xl="6" :lg="10" :sm="12" class="none-label">
<a-form-model-item label="button"> <a-form-model-item label="button">
<a-button class="mar-left10" type="primary" @click="handlerReset"> <a-button class="mar-left10" type="primary" @click="handlerReset">
<Icon name="ssireset" :size="14" />重置 <Icon name="ssireset" :size="14" />重置
...@@ -58,6 +58,14 @@ ...@@ -58,6 +58,14 @@
</a-button> </a-button>
</a-form-model-item> </a-form-model-item>
</a-col> </a-col>
<a-col :xl="14" :lg="10" :sm="12" class="none-label">
<div class="flex">
<div>未清余额合计:(共计100条,其中:无效222条)</div>
<div>账单金额合计</div>
<div>回款金额合计</div>
<div>个人欠费合计</div>
</div>
</a-col>
</a-row> </a-row>
</a-form-model> </a-form-model>
......
...@@ -98,7 +98,7 @@ ...@@ -98,7 +98,7 @@
</a-col> </a-col>
</template> </template>
<template v-else> <template v-else>
<a-col :lg="9" :sm="12"> <a-col :lg="6" :sm="12">
<a-form-model-item label="保险公司" prop="payorCode"> <a-form-model-item label="保险公司" prop="payorCode">
<a-select <a-select
v-model="form.payorCode" v-model="form.payorCode"
...@@ -116,7 +116,7 @@ ...@@ -116,7 +116,7 @@
</a-select> </a-select>
</a-form-model-item> </a-form-model-item>
</a-col> </a-col>
<a-col :lg="8" :sm="12"> <a-col :lg="6" :sm="12">
<a-form-model-item label="回款金额(人民币)" prop="backAmountCny"> <a-form-model-item label="回款金额(人民币)" prop="backAmountCny">
<a-input <a-input
class="fixed_width" class="fixed_width"
...@@ -128,7 +128,10 @@ ...@@ -128,7 +128,10 @@
/> />
</a-form-model-item> </a-form-model-item>
</a-col> </a-col>
<a-col :lg="7" :sm="12"> <a-col :lg="6" :sm="12">
<div>未清余额合计:(共计100条,其中:无效222条)</div>
</a-col>
<a-col :lg="6" :sm="12">
<a-form-model-item label="可核销余额"> <a-form-model-item label="可核销余额">
<a-input class="fixed_width" v-model="residueBackAmount" disabled /> <a-input class="fixed_width" v-model="residueBackAmount" disabled />
</a-form-model-item> </a-form-model-item>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment