Browse Source

修改新增提货订单计算费用样式bug

fix_bug_pro20231227
qb 1 year ago
parent
commit
20f3844cc8
  1. 2
      src/views/distribution/inventory/distrilbutionBillLading.vue

2
src/views/distribution/inventory/distrilbutionBillLading.vue

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

Loading…
Cancel
Save