From 380c0e958fbc3f2b42a3e38ae5dc9af3254b8f5c Mon Sep 17 00:00:00 2001 From: puzhibing <393733352@qq.com> Date: 星期四, 25 五月 2023 09:36:16 +0800 Subject: [PATCH] 新增加功能和更换账号 --- management/guns-admin/src/main/webapp/WEB-INF/view/system/tOrder/tOrderExceptionDetail.html | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/management/guns-admin/src/main/webapp/WEB-INF/view/system/tOrder/tOrderExceptionDetail.html b/management/guns-admin/src/main/webapp/WEB-INF/view/system/tOrder/tOrderExceptionDetail.html index 7d16ff4..c1bbb85 100644 --- a/management/guns-admin/src/main/webapp/WEB-INF/view/system/tOrder/tOrderExceptionDetail.html +++ b/management/guns-admin/src/main/webapp/WEB-INF/view/system/tOrder/tOrderExceptionDetail.html @@ -40,6 +40,9 @@ @if(source==2){ <label>APP</label> @} + @if(source==3){ + <label>后台</label> + @} </div> <div class="initialLevel col-sm-3 control-label form-group" > <label class="control-label" >乘车时间:</label> -- Gitblit v1.7.1