fix: 不能打包

This commit is contained in:
xingyu4j
2025-10-28 11:42:56 +08:00
parent b5c8197f20
commit fbbcca20e7
29 changed files with 98 additions and 129 deletions

View File

@@ -93,7 +93,7 @@ defineExpose({ setRuleCoupon });
</div>
<Form :model="rule">
<FormItem label="优惠门槛:" label-col="{ span: 4 }">
<FormItem label="优惠门槛:" :label-col="{ span: 4 }">
<div class="flex items-center gap-2">
<span></span>
<InputNumber
@@ -118,7 +118,7 @@ defineExpose({ setRuleCoupon });
</div>
</FormItem>
<FormItem label="优惠内容:" label-col="{ span: 4 }">
<FormItem label="优惠内容:" :label-col="{ span: 4 }">
<div class="flex flex-col gap-4">
<!-- 订单金额优惠 -->
<div class="flex items-center gap-2">