Commit c9bd6c1f by liang ce

系统对账时间组件修改,布局修改

parent 2706b98e
...@@ -8,6 +8,7 @@ ...@@ -8,6 +8,7 @@
placeholder="开始日期" placeholder="开始日期"
@change="onChangeStartValue" @change="onChangeStartValue"
@openChange="handleStartOpenChange" @openChange="handleStartOpenChange"
style="margin-right: 10px"
/> />
<a-date-picker <a-date-picker
:disabledDate="disabledEndDate" :disabledDate="disabledEndDate"
...@@ -54,10 +55,10 @@ ...@@ -54,10 +55,10 @@
</div> </div>
</div> </div>
</div> </div>
<div style="margin-top: 110px"> <div>
<p>共计:<span>¥{{ returnConsumeCheck('total') }}</span></p> <p>共计:<span>¥{{ returnConsumeCheck('total') }}</span></p>
<p>津贴:<span>¥{{ returnConsumeCheck('subsidyAmount') }}</span></p> <p>津贴总消费<span>¥{{ returnConsumeCheck('subsidyAmount') }}</span></p>
<p>现金:<span>¥{{ returnConsumeCheck('realityAmount') }}</span></p> <p>现金总消费<span>¥{{ returnConsumeCheck('realityAmount') }}</span></p>
</div> </div>
</div> </div>
</div> </div>
......
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