|
@@ -170,7 +170,7 @@
|
|
|
fixed="right"
|
|
|
>
|
|
|
<template slot-scope="scope">
|
|
|
- <el-link v-if="scope.row.IsExecute == 1 && scope.row.IsSuccess == 0" icon="el-icon-edit" type="primary" @click="row=scope.row;dialogOrderVisible=true;">编辑</el-link>
|
|
|
+ <el-link v-if="scope.row.IsExecute == 1 && scope.row.IsSuccess == 0" icon="el-icon-edit" type="primary" @click="clickTranferNumber(scope.row)">编辑</el-link>
|
|
|
<el-link v-if="scope.row.IsExecute == 1 && scope.row.IsSuccess == 0" icon="el-icon-refresh-right" type="success" @click="retry(scope.row)">重试</el-link>
|
|
|
<el-dropdown @command="handleCommand">
|
|
|
<el-link v-if="scope.row.IsExecute == 1 && scope.row.IsSuccess == 0" style="margin-left:5px" type="danger">转拦截<i class="el-icon-arrow-down el-icon--right" /></el-link>
|