|
|
@@ -13,10 +13,11 @@
|
|
|
</el-tabs>
|
|
|
</template>
|
|
|
|
|
|
- <template #table-column-customName="{scope}">
|
|
|
- <div>
|
|
|
- {{ scope.row.customName }}
|
|
|
- </div>
|
|
|
+ <template #table-column-sendStaffName="{scope}">
|
|
|
+ <span v-if="scope.row.sendStaffName!=''">{{ scope.row.sendStaffName }}</span>
|
|
|
+ <span v-else>
|
|
|
+ <i class="el-icon-edit" style="color:#409eff;font-size:17px;cursor:pointer;" slot="reference"></i>
|
|
|
+ </span>
|
|
|
</template>
|
|
|
|
|
|
<template #table-column-clearSign="{scope}">
|
|
|
@@ -723,7 +724,7 @@ export default {
|
|
|
},
|
|
|
{
|
|
|
prop: 'sendStaffName',
|
|
|
- label: '配送',
|
|
|
+ label: '配送人',
|
|
|
align: 'center',
|
|
|
width: 90
|
|
|
},
|