update
This commit is contained in:
parent
e06f777f02
commit
43c2b86d05
@ -79,6 +79,17 @@
|
|||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
|
|
||||||
|
<!-- 配送时段 -->
|
||||||
|
<el-table-column label="配送时段" min-width="120">
|
||||||
|
<template #default="scope">
|
||||||
|
<div v-if="scope.row.delivery_date && scope.row.time_period_name">
|
||||||
|
<div>{{ scope.row.delivery_date }}</div>
|
||||||
|
<div>{{ scope.row.time_period_name }}</div>
|
||||||
|
</div>
|
||||||
|
<div v-else>-</div>
|
||||||
|
</template>
|
||||||
|
</el-table-column>
|
||||||
|
|
||||||
<!-- 配送员信息 -->
|
<!-- 配送员信息 -->
|
||||||
<el-table-column label="配送员信息" min-width="150">
|
<el-table-column label="配送员信息" min-width="150">
|
||||||
<template #default="scope">
|
<template #default="scope">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user