| | |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column prop="carrierName" label="运输公司" min-width="100" show-overflow-tooltip /> |
| | | <el-table-column prop="driverName" label="驾驶员" min-width="100" show-overflow-tooltip> |
| | | <el-table-column prop="driverName" label="驾驶员" min-width="120" show-overflow-tooltip> |
| | | <template v-slot="scope"> |
| | | <span>{{ scope.row.carrierName }} {{ scope.row.drivierPhone }}</span> |
| | | <span>{{ scope.row.driverName }} {{ scope.row.drivierPhone }}</span> |
| | | </template> |
| | | </el-table-column> |
| | | <!-- <el-table-column prop="drivierPhone" label="联系方式" min-width="100" show-overflow-tooltip /> --> |
| | |
| | | confirmButtonText: '确定', |
| | | cancelButtonText: '取消', |
| | | }).then(({ remark }) => { |
| | | platformPowerLevel({ jobId: row.id,remark }).then(res => { |
| | | platformPowerLevel({ jobId: row.id, remark }).then(res => { |
| | | Message.success('离园授权成功') |
| | | this.getList() |
| | | }) |