fix: 修改订单计算逻辑

This commit is contained in:
2025-09-19 18:32:25 +08:00
parent 37f1079b1f
commit f76dff67d4
20 changed files with 1800 additions and 701 deletions

View File

@@ -10,7 +10,7 @@
</div>
</div>
<div>
<el-switch v-model="isOpen" v-if="props.showSwitch" />
<el-switch v-model="isOpen" active-value="1" inactive-value="0" v-if="props.showSwitch" />
</div>
</div>
</template>