|
|
@@ -529,8 +529,6 @@
|
|
|
<el-table-column prop="quotationTime" label="报价时间" width="120"></el-table-column>
|
|
|
<el-table-column label="操作" fixed="right" width="300">
|
|
|
<template #default="scope">
|
|
|
- <el-button link type="primary" size="small" @click="auditReceive(scope.row)">领取</el-button>
|
|
|
- <el-button link type="primary" size="small" @click="updateSigningTime(scope.row)">更新签单时间</el-button>
|
|
|
<el-button link type="primary" size="small" @click="handleToDetail(scope, '2')">详情</el-button>
|
|
|
<el-button link type="primary" size="small" @click="handleTrack(scope)">订单轨迹</el-button>
|
|
|
|