chore: build and deploy web-antd
All checks were successful
Web UI CI/CD / build-and-deploy (push) Successful in 8s

This commit is contained in:
lzh
2026-03-23 17:20:54 +08:00
parent 91eec65734
commit 24c3dbc8f1
3289 changed files with 4573 additions and 4573 deletions

View File

@@ -0,0 +1 @@
import{m as c,dK as s,j as e,cB as i}from"../jse/index-index-B6J4axeY.js";import{a as r,C as a}from"./biz-mall-enum-Bmxc7Ei7.js";const m=c({name:"CouponValidTerm",props:{coupon:{type:Object,required:!0}},setup(t){const o=t.coupon,n=o.validityType===a.DATE.type?`有效期:${i(o.validStartTime,"YYYY-MM-DD")}${i(o.validEndTime,"YYYY-MM-DD")}`:`领取后第 ${o.fixedStartTerm} - ${o.fixedEndTerm} 天内可用`;return()=>e("div",null,[n])}}),D=c({name:"CouponDiscount",props:{coupon:{type:Object,required:!0}},setup(t){var u;const o=t.coupon;let n=`${((u=o.discountPercent)!=null?u:0)/10}`,p=" 折";return o.discountType===r.PRICE.type&&(n=s(o.discountPrice),p=" 元"),()=>e("div",null,[e("span",{class:"text-20px font-bold"},[n]),e("span",null,[p])])}}),T=c({name:"CouponDiscountDesc",props:{coupon:{type:Object,required:!0}},setup(t){var u;const o=t.coupon,n=o.usePrice>0?`${s(o.usePrice)}元,`:"",p=o.discountType===r.PRICE.type?`${s(o.discountPrice)}`:`${((u=o.discountPercent)!=null?u:0)/10}`;return()=>e("div",null,[e("span",null,[n]),e("span",null,[p])])}});export{D as CouponDiscount,T as CouponDiscountDesc,m as CouponValidTerm};