From 31ce6be2d56798d9509e6d90335999064351f7f3 Mon Sep 17 00:00:00 2001 From: luodangjia <luodangjia> Date: 星期二, 10 十二月 2024 16:06:26 +0800 Subject: [PATCH] 12.10 --- ManagementNTTravel/guns-admin/src/main/webapp/WEB-INF/view/system/userActivity/userActivity_edit.html | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ManagementNTTravel/guns-admin/src/main/webapp/WEB-INF/view/system/userActivity/userActivity_edit.html b/ManagementNTTravel/guns-admin/src/main/webapp/WEB-INF/view/system/userActivity/userActivity_edit.html index 561e301..4d240d1 100644 --- a/ManagementNTTravel/guns-admin/src/main/webapp/WEB-INF/view/system/userActivity/userActivity_edit.html +++ b/ManagementNTTravel/guns-admin/src/main/webapp/WEB-INF/view/system/userActivity/userActivity_edit.html @@ -83,7 +83,7 @@ @if(isNotEmpty(item1Coupon)){ value="${item1Coupon.couponUseType==0?'通用券': item1Coupon.couponUseType==1?'专车券': - item1Coupon.couponUseType==2?'出租券':'直通车券'}" + item1Coupon.couponUseType==2?'出租券':'跨城券'}" @}else{ value="" @} @@ -184,7 +184,7 @@ @if(isNotEmpty(item2Coupon)){ value="${item2Coupon.couponUseType==0?'通用券': item2Coupon.couponUseType==1?'专车券': - item2Coupon.couponUseType==2?'出租券':'直通车券'}" + item2Coupon.couponUseType==2?'出租券':'跨城券'}" @}else{ value="" @} @@ -278,8 +278,8 @@ <th style="width: 300px;">专车券数量</th> <!--<th style="width: 400px;">出租车券金额</th>--> <!--<th style="width: 400px;">出租车券数量</th>--> - <th style="width: 300px;">直通车金额</th> - <th style="width: 300px;">直通车券数量</th> + <th style="width: 300px;">跨城金额</th> + <th style="width: 300px;">跨城券数量</th> <th style="width: 100px;">操作</th> </tr> </thead> -- Gitblit v1.7.1