|
@@ -180,11 +180,13 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
</form>
|
|
|
- <if condition="$type eq 5">
|
|
|
- <a href="/wjjbtbiao.xlsx">下载津补贴申报表模板文件</a>
|
|
|
- <else/>
|
|
|
- <a href="/jbtbiao.xlsx">下载津补贴申报表模板文件</a>
|
|
|
- </if>
|
|
|
+ {switch name='type'}
|
|
|
+ {case value='5'}
|
|
|
+ <a href="/wjjbtbiao.xlsx">下载津补贴申报表模板文件</a>
|
|
|
+ {/case}
|
|
|
+ {default/}
|
|
|
+ <a href="/jbtbiao.xlsx">下载津补贴申报表模板文件</a>
|
|
|
+ {/switch}
|
|
|
</div>
|
|
|
<div class="modal-footer">
|
|
|
<button type="button" class="btn btn-primary" onclick="TalentAllowanceInfo.importSubmit()">提交</button>
|