ios充值异常订单管理

This commit is contained in:
@fawn-nine
2023-05-18 13:26:22 +08:00
parent a44be672f0
commit a6ae5ee5fd
8 changed files with 221 additions and 29 deletions

View File

@@ -1,5 +1,5 @@
<template>
<el-dialog title="订单发货" center :visible.sync="visible" width="700px" :before-close="beforeCloseDialog">
<el-dialog title="订单发货" center :visible.sync="visible" width="900px" :before-close="beforeCloseDialog">
<el-form :model="ruleForm" :rules="rules" ref="ruleForm" label-width="100px" class="demo-ruleForm">
<el-form-item label="物流公司" prop="deliverLcd">
<el-select size="mini" v-model="ruleForm.deliverLcd" placeholder="请选择物流公司" @change="selectChanged">