Showing
1 changed file
with
4 additions
and
4 deletions
| ... | @@ -63,11 +63,11 @@ | ... | @@ -63,11 +63,11 @@ |
| 63 | </Formitem> | 63 | </Formitem> |
| 64 | </el-col> | 64 | </el-col> |
| 65 | <el-col :span="3"> | 65 | <el-col :span="3"> |
| 66 | - <Formitem label="电商平台代码" prop="ebpCode"> | 66 | + <Formitem label="电商平台代码" prop="ebpCode" type="edit"> |
| 67 | <el-input | 67 | <el-input |
| 68 | type="text" | 68 | type="text" |
| 69 | class="inputShadow" | 69 | class="inputShadow" |
| 70 | - id="inputInner--ebpCode" | 70 | + id="inputInner-edit-ebpCode" |
| 71 | resize="none" | 71 | resize="none" |
| 72 | v-model="formData.ebpCode" | 72 | v-model="formData.ebpCode" |
| 73 | clearable | 73 | clearable |
| ... | @@ -115,10 +115,10 @@ | ... | @@ -115,10 +115,10 @@ |
| 115 | </Formitem> | 115 | </Formitem> |
| 116 | </el-col> | 116 | </el-col> |
| 117 | <el-col :span="3"> | 117 | <el-col :span="3"> |
| 118 | - <Formitem label="运抵国(地区)" prop="country "> | 118 | + <Formitem label="运抵国(地区)" prop="country" :activeType="true"> |
| 119 | <el-select | 119 | <el-select |
| 120 | type="text" | 120 | type="text" |
| 121 | - id="inputInner--country " | 121 | + id="inputInner--country" |
| 122 | v-model="formData.country" | 122 | v-model="formData.country" |
| 123 | clearable | 123 | clearable |
| 124 | filterable | 124 | filterable | ... | ... |
-
Please register or login to post a comment