{% block htmlHead %} <=%- if htmlHead %=> <=$ htmlHead $=> <=%- endif %=> {% endblock %} <=%- set jhSceneList = (headContent | filter({tag: 'jh-scene'})) | fillConfigKey %=> <=%- set jhSearch = (headContent | find({tag: 'jh-search'})) %=> {% extends 'template/<=$ template $=>.html'%} {% block vueTemplate %}
{% endblock %} {% block vueScript %} <=%- if hasJhTable %=> {% include 'common/jianghuJs/fixedTableHeightV4.html' %} <=%- endif %=> <=%- if (actionContent | find({isCheckFormBeforeClose: true})) %=> {% include 'component/jianghuJs/jhSaveConfirmDialog.html' %} <=%- endif %=> <=%- if hasJhScene %=> {% include 'component/jianghuJs/jhSceneInitV3.html' %} <=%- endif %=> <=%- for component in componentList %=> {% include 'component/<=$ component.componentPath $=>.html' %} <=%- endfor %=> <=%- for item in includeList %=> <=%- if item.type != 'vueComponent' and item.type != 'vueUse' %=> <=$ item | includeFormat | safe $=> <=%- endif %=> <=%- endfor %=> {% endblock %}