|
@@ -70,10 +70,9 @@
|
|
|
<span v-else>{{ scope.$index + 1 }}</span>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column prop="taskNo" label="运输任务编号" width="160">
|
|
|
+ <el-table-column prop="taskNo" label="运输任务编号" width="140">
|
|
|
</el-table-column>
|
|
|
- <el-table-column prop="contractNo" label="合同编号" width="160">
|
|
|
- </el-table-column>
|
|
|
+ <el-table-column prop="contractNo" label="合同编号"> </el-table-column>
|
|
|
<el-table-column prop=" weight" class="table_td" label="货物(吨数)">
|
|
|
<template slot-scope="scope">
|
|
|
{{ scope.row.goodsName }}({{ scope.row.weight }})
|
|
@@ -282,7 +281,6 @@ export default {
|
|
|
}else{
|
|
|
this.primary=3
|
|
|
}
|
|
|
-
|
|
|
this.getList()
|
|
|
},
|
|
|
//编辑
|