From 700b6dc11fb9f0a4cf990f44aca5470076c31a02 Mon Sep 17 00:00:00 2001 From: wzp <2040239371@qq.com> Date: 星期二, 25 十月 2022 17:36:55 +0800 Subject: [PATCH] 测试 --- web/web/GwOrderList.aspx | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/web/web/GwOrderList.aspx b/web/web/GwOrderList.aspx index b801ca0..1fda705 100644 --- a/web/web/GwOrderList.aspx +++ b/web/web/GwOrderList.aspx @@ -151,6 +151,10 @@ </div> <div class="input-group m-b"> <input type="button" value="鏌ヨ" class="btn btn-primary action-query" /> + <% if (!string.IsNullOrEmpty(backUrl)) + { %> + <a class="btn btn-default action-back" href="javascript:;" onclick="return window.location = '<%=backUrl %>'">杩斿洖</a> + <% } %> </div> </div> <div class="table-responsive"> -- Gitblit v1.9.1