Commit 4f9f5e41 authored by JingChao's avatar JingChao

wechat

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