@@ -21,7 +21,7 @@
<Field label="类型">
<template #input>
<RadioGroup direction="horizontal" v-model="formData.DeliveryPayMode">
- <template v-for="item in getDeliveryPayModeList()" :key="item.value">
+ <template v-for="item in deliveryPayModeList" :key="item.value">
<Radio :name="item.value">{{ item.label }}</Radio>
</template>
</RadioGroup>