From 0481353111afb43a2322e18530dde26f1d841ead Mon Sep 17 00:00:00 2001 From: yanghb <yanghb> Date: 星期五, 21 四月 2023 11:15:34 +0800 Subject: [PATCH] 代码调整 --- ManagementTravel/guns-admin/src/main/webapp/WEB-INF/view/system/userActivity/userActivity_edit.html | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ManagementTravel/guns-admin/src/main/webapp/WEB-INF/view/system/userActivity/userActivity_edit.html b/ManagementTravel/guns-admin/src/main/webapp/WEB-INF/view/system/userActivity/userActivity_edit.html index 53afabd..46e2c07 100644 --- a/ManagementTravel/guns-admin/src/main/webapp/WEB-INF/view/system/userActivity/userActivity_edit.html +++ b/ManagementTravel/guns-admin/src/main/webapp/WEB-INF/view/system/userActivity/userActivity_edit.html @@ -82,7 +82,7 @@ 服务类型: <input type="text" @if(isNotEmpty(item1Coupon)){ value="${item1Coupon.couponUseType==0?'通用券': - item1Coupon.couponUseType==1?'快车券': + item1Coupon.couponUseType==1?'专车券': item1Coupon.couponUseType==2?'出租券':'跨城出行券'}" @}else{ value="" @@ -183,7 +183,7 @@ @if(isNotEmpty(item2Coupon)){ value="${item2Coupon.couponUseType==0?'通用券': - item2Coupon.couponUseType==1?'快车券': + item2Coupon.couponUseType==1?'专车券': item2Coupon.couponUseType==2?'出租券':'跨城出行券'}" @}else{ value="" @@ -274,8 +274,8 @@ <th style="width: 300px;">最高金额</th> <th style="width: 300px;">通用券金额</th> <th style="width: 300px;">通用券数量</th> - <th style="width: 300px;">快车券金额</th> - <th style="width: 300px;">快车券数量</th> + <th style="width: 300px;">专车券金额</th> + <th style="width: 300px;">专车券数量</th> <th style="width: 400px;">出租车券金额</th> <th style="width: 400px;">出租车券数量</th> <th style="width: 300px;">城际金额</th> @@ -324,7 +324,7 @@ type="checkbox" id="content5Check" class="js-switch2"> <br/> <br/> - 快车活动打折: + 专车活动打折: <input type="text" @if(isNotEmpty(item4)){ -- Gitblit v1.7.1