Commit 03a8bfac authored by JingChao's avatar JingChao

wechat

parent ab408239
......@@ -6,19 +6,20 @@
<tab-item>资金明细</tab-item>
<tab-item>附件信息</tab-item>
</s-tab>
<h-content v-show="tabIndex[0]" class="has-footer">
<basic-info :contract="contract"/>
<h-content>
<section v-show="tabIndex[0]" >
<basic-info :contract="contract"/>
</section>
<section v-show="tabIndex[1]" >
<quote-info :contract="contract"/>
</section>
<section v-show="tabIndex[2]" >
<quote-detail :cashflows="cashflows" :contract="contract"/>
</section>
<section v-show="tabIndex[3]" >
<file-info :dowload_list="dowload_list" :cdd_item="cdd_item" :upload_list="upload_list"/>
</section>
</h-content>
<h-content v-show="tabIndex[1]" class="has-footer">
<quote-info :contract="contract"/>
</h-content>
<h-content v-show="tabIndex[2]" class="has-footer">
<quote-detail :cashflows="cashflows" :contract="contract"/>
</h-content>
<h-content v-show="tabIndex[3]" class="has-footer">
<file-info :dowload_list="dowload_list" :cdd_item="cdd_item" :upload_list="upload_list"/>
</h-content>
<bottom-tab>
<tab-button @click.native="save" >
保存
......
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