li.shaoyi 6 miesięcy temu
rodzic
commit
bda9f915ff

+ 1 - 1
src/packages/sbyj/views/delivery/processing/components/pay/index.vue

@@ -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>