Browse Source

Merge branch 'dev' of http://47.108.105.48:3000/java_project/logpm_page into dev

fix_bug_pro20231227
13208366016 1 year ago
parent
commit
dbfa77480b
  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-checkbox-group v-model="form.freightMark" @change="handleCheckedCitiesChange">
<el-checkbox
style="width: 16%; margin-bottom: 3%"
style="min-width: 16%; margin-bottom: 3%"
v-for="(item, index) in clientType"
:key="item.dictKey"
:label="item.dictKey"

Loading…
Cancel
Save