|
|
@ -181,7 +181,7 @@ |
|
|
|
<el-form-item label="费用" prop="freightMark"> |
|
|
|
<el-form-item label="费用" prop="freightMark"> |
|
|
|
<el-checkbox-group v-model="form.freightMark" @change="handleCheckedCitiesChange"> |
|
|
|
<el-checkbox-group v-model="form.freightMark" @change="handleCheckedCitiesChange"> |
|
|
|
<el-checkbox |
|
|
|
<el-checkbox |
|
|
|
style="width: 16%; margin-bottom: 3%" |
|
|
|
style="min-width: 16%; margin-bottom: 3%" |
|
|
|
v-for="(item, index) in clientType" |
|
|
|
v-for="(item, index) in clientType" |
|
|
|
:key="item.dictKey" |
|
|
|
:key="item.dictKey" |
|
|
|
:label="item.dictKey" |
|
|
|
:label="item.dictKey" |
|
|
|