sugangqiang 1 an în urmă
părinte
comite
000bfb1610
1 a modificat fișierele cu 7 adăugiri și 5 ștergeri
  1. 7 5
      app/enterprise/view/talent_allowance/indexIC.html

+ 7 - 5
app/enterprise/view/talent_allowance/indexIC.html

@@ -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>