@@ -41,7 +41,7 @@
<Switch v-model="formData.IsAutoAddDeposit" :active-value="1" :inactive-value="0" :size="24" />
</template>
</Cell>
- <Cell name="IsAutoRefundDeposit" title="允许自动补定金" v-if="goods?.canautorefunddeposit === 1">
+ <Cell name="IsAutoRefundDeposit" title="允许自动退定金" v-if="goods?.canautorefunddeposit === 1">
<template #right-icon>
<Switch v-model="formData.IsAutoRefundDeposit" :active-value="1" :inactive-value="0"
:size="24" />