|
@@ -40,7 +40,7 @@
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
<el-table-column prop="taskNo" label="运输任务编号" width="140"></el-table-column>
|
|
<el-table-column prop="taskNo" label="运输任务编号" width="140"></el-table-column>
|
|
- <!-- <el-table-column prop="taskNo" label="任务类型" width="140"></el-table-column> -->
|
|
|
|
|
|
+ <el-table-column prop="taskType" label="任务类型" width="140"></el-table-column>
|
|
<el-table-column prop="contractNo" label="合同编号" width="160"></el-table-column>
|
|
<el-table-column prop="contractNo" label="合同编号" width="160"></el-table-column>
|
|
<el-table-column prop=" weight" class="table_td" label="货物(吨数)" width="130">
|
|
<el-table-column prop=" weight" class="table_td" label="货物(吨数)" width="130">
|
|
<template slot-scope="scope">{{ scope.row.goodsName }}({{ scope.row.weight }})</template>
|
|
<template slot-scope="scope">{{ scope.row.goodsName }}({{ scope.row.weight }})</template>
|
|
@@ -92,6 +92,7 @@
|
|
src="../../../public/img/edit.png" @click="editClick(scope.row)" alt />
|
|
src="../../../public/img/edit.png" @click="editClick(scope.row)" alt />
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
|
|
+ <el-table-column prop="createDate" label="创建时间" width="140"></el-table-column>
|
|
<el-table-column prop="seller" label="操作" width="160">
|
|
<el-table-column prop="seller" label="操作" width="160">
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<div class="record" @click="nocomplete(scope.row)" v-hasPermission="
|
|
<div class="record" @click="nocomplete(scope.row)" v-hasPermission="
|