Browse Source

提交提箱时间

caojunjie 3 years ago
parent
commit
8891eb5177
1 changed files with 9 additions and 1 deletions
  1. 9 1
      src/views/landTransportation/driver/index.vue

+ 9 - 1
src/views/landTransportation/driver/index.vue

@@ -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,