|
@@ -221,7 +221,7 @@
|
|
|
<div v-if="scope.row.state === 10">已下发</div>
|
|
|
<div v-if="scope.row.state === 11">取消并归于起点</div>
|
|
|
<div v-if="scope.row.state === 12">取消并归于终点</div>
|
|
|
- <div v-if="scope.row.state === 13">取货待确认</div>
|
|
|
+ <div v-if="scope.row.state === 13">生成</div>
|
|
|
<div v-if="scope.row.state === 14">卸货待确认</div>
|
|
|
</template>
|
|
|
</el-table-column>
|