页脚条件判断条件优化
This commit is contained in:
@@ -203,11 +203,7 @@
|
|||||||
|
|
||||||
<div class="footer">
|
<div class="footer">
|
||||||
<div style="border-top: 2px solid black;"></div>
|
<div style="border-top: 2px solid black;"></div>
|
||||||
<div>
|
<t t-if="page == topage">
|
||||||
<p>o_index: <t t-esc="o_index"/></p>
|
|
||||||
<p>len(docs): <t t-esc="len(docs)"/></p>
|
|
||||||
</div>
|
|
||||||
<t t-if="o_index + 1 == len(docs)">
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-6">
|
<div class="col-6">
|
||||||
<p>售后服务: <span t-field="o.company_id.phone"/></p>
|
<p>售后服务: <span t-field="o.company_id.phone"/></p>
|
||||||
|
|||||||
Reference in New Issue
Block a user