Commit 4f9f5e41 authored by JingChao's avatar JingChao

wechat

parent 03a8bfac
......@@ -6,17 +6,19 @@
<tab-item>资金明细</tab-item>
<tab-item>附件信息</tab-item>
</s-tab>
<h-content v-show="tabIndex[0]" class="has-footer">
<h-content>
<section v-show="tabIndex[0]">
<basic-info :contract="contract" :readOnly="readOnly"/>
</h-content>
<h-content v-show="tabIndex[1]" class="has-footer">
</section>
<section v-show="tabIndex[1]">
<quote-info :contract="contract"/>
</h-content>
<h-content v-show="tabIndex[2]" class="has-footer">
</section>
<section v-show="tabIndex[2]" >
<quote-detail :cashflows="cashflows" :contract="contract"/>
</h-content>
<h-content v-show="tabIndex[3]" class="has-footer">
</section>
<section v-show="tabIndex[3]">
<file-info :dowload_list="dowload_list" :cdd_item="cdd_item" :upload_list="upload_list"/>
</section>
</h-content>
<div class="esign" @click="createSign()">
......
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