ll
liukangdong
2024-09-26 6d3886ba1e4b3630da947a7a046433feb3759d17
admin/src/views/platform/LogisticsRecord/leaveAuth.vue
@@ -27,9 +27,9 @@
        </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 /> -->
@@ -175,7 +175,7 @@
        confirmButtonText: '确定',
        cancelButtonText: '取消',
      }).then(({ remark }) => {
        platformPowerLevel({ jobId: row.id,remark }).then(res => {
        platformPowerLevel({ jobId: row.id, remark }).then(res => {
          Message.success('离园授权成功')
          this.getList()
        })