Ver código fonte

fix: 转单日志编辑事件

lyc 2 semanas atrás
pai
commit
4b30531925
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      src/views/logs/transferLog.vue

+ 1 - 1
src/views/logs/transferLog.vue

@@ -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>