Browse Source

更改配送市配列表字段

master
qb 1 year ago
parent
commit
13e43e2288
  1. 4
      src/views/distribution/deliverylist/distributionDeliveryListmar.vue

4
src/views/distribution/deliverylist/distributionDeliveryListmar.vue

@ -178,7 +178,7 @@
<!-- </el-table-column>--> <!-- </el-table-column>-->
<!-- </el-table>--> <!-- </el-table>-->
</el-row> </el-row>
<el-row class='el-fy'> <el-row class="el-fy">
<div class="avue-crud__pagination flex-c-sb" style="width: 100%"> <div class="avue-crud__pagination flex-c-sb" style="width: 100%">
<div style="font-size: 14px">勾选数量: {{ selectionList.length }}</div> <div style="font-size: 14px">勾选数量: {{ selectionList.length }}</div>
<!-- 分页模块 --> <!-- 分页模块 -->
@ -509,7 +509,7 @@ export default {
}, },
{ {
prop: 'price', prop: 'price',
label: '配送价格', label: '配送',
type: 1, type: 1,
values: '', values: '',
width: '140', width: '140',

Loading…
Cancel
Save