Explorar el Código

improve: 文字及清楚状态

From-wh hace 2 años
padre
commit
71ab6d168b
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      template/admin/src/pages/order/orderList/handle/orderSend.vue

+ 2 - 1
template/admin/src/pages/order/orderList/handle/orderSend.vue

@@ -77,7 +77,7 @@
             <RadioGroup v-model="formItem.day_type" type="button">
               <Radio :label="0">今天</Radio>
               <Radio :label="1">明天</Radio>
-              <Radio :label="2">后</Radio>
+              <Radio :label="2">后</Radio>
             </RadioGroup>
           </FormItem>
           <FormItem label="取件时间:" v-if="formItem.express_record_type == 3">
@@ -525,6 +525,7 @@ export default {
     cancel(name) {
       this.modals = false;
       this.orderStatus = 0;
+      this.sendPrice = 0;
       this.splitSwitch = false;
       this.selectData = [];
       this.formItem.type = '1';