@@ -288,7 +288,7 @@
sortable>
<template slot-scope="scope">
<span v-if="item.label == 'createTime'">{{ (scope.row.createTime).slice(0, 10) }}</span>
- <span v-if="item.label == 'fCargoPlanning'">{{scope.row.fCargoPlanning == '1'?'否':'是'}}</span>
+ <span v-else-if="item.label == 'fCargoPlanning'">{{scope.row.fCargoPlanning == '1'?'否':'是'}}</span>
<span v-else>{{ scope.row[item.label] }}</span>
</template>
</el-table-column>