From 7157373c20c4016f6a10c0d6a90852ec00c26f2e Mon Sep 17 00:00:00 2001 From: Pu Zhibing <393733352@qq.com> Date: 星期日, 15 十二月 2024 01:34:55 +0800 Subject: [PATCH] 新增加功能 --- ManagementAHTravel/guns-admin/src/main/webapp/WEB-INF/view/system/tOrderLogistics/tOrderLogistics_edit.html | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ManagementAHTravel/guns-admin/src/main/webapp/WEB-INF/view/system/tOrderLogistics/tOrderLogistics_edit.html b/ManagementAHTravel/guns-admin/src/main/webapp/WEB-INF/view/system/tOrderLogistics/tOrderLogistics_edit.html index dcec1fd..193d997 100644 --- a/ManagementAHTravel/guns-admin/src/main/webapp/WEB-INF/view/system/tOrderLogistics/tOrderLogistics_edit.html +++ b/ManagementAHTravel/guns-admin/src/main/webapp/WEB-INF/view/system/tOrderLogistics/tOrderLogistics_edit.html @@ -37,7 +37,7 @@ </div> <div class="col-sm-6"> - <#input id="payManner" name="支付方式(1=未来平台支付,2=其他方式支付)" value="${item.payManner}" underline="true"/> + <#input id="payManner" name="支付方式(1=安合平台支付,2=其他方式支付)" value="${item.payManner}" underline="true"/> <#input id="payType" name="支付方式(1=微信,2=支付宝,3=其他)" value="${item.payType}" underline="true"/> <#input id="orderMoney" name="订单金额" value="${item.orderMoney}" underline="true"/> <#input id="travelMoney" name="行程费" value="${item.travelMoney}" underline="true"/> -- Gitblit v1.7.1