فهرست منبع

财务订单审核-任务中心审核不通过列表增加订单轨迹

@dongkboy 1 ماه پیش
والد
کامیت
e1562605dc
1فایلهای تغییر یافته به همراه3 افزوده شده و 1 حذف شده
  1. 3 1
      src/views/finance/index.vue

+ 3 - 1
src/views/finance/index.vue

@@ -448,11 +448,13 @@
           <el-table-column prop="jyPremium" label="驾意险" width="120"></el-table-column>
           <el-table-column prop="isProblem" label="疑问订单" width="120"></el-table-column>
           <el-table-column prop="orderSource" label="订单来源" width="120"></el-table-column>
-          <el-table-column label="操作" fixed="right" width="200">
+          <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>
+
             </template>
           </el-table-column>
         </el-table>