@@ -105,7 +105,7 @@
size="small"
type="text"
@click="cancelDesignate(row, index)"
- v-if="row.status===5"
+ v-if="row.status===6"
>取消受理
</el-button>
<el-button
@@ -351,6 +351,14 @@ export default {
index: 12,
prop: 'acceptTime'
},{
+ label: '提箱时间',
+ type: "borrowTime",
+ format: 'yyyy-MM-dd HH:mm:ss',
+ valueFormat: 'yyyy-MM-dd HH:mm:ss',
+ width: 200,
+ index: 12,
+ prop: 'acceptTime'
+ },{
label: '完工日期',
prop: 'finishedTime',
overHidden: true,