|
@@ -49,9 +49,9 @@
|
|
|
column-key="operation"
|
|
|
width="210px">
|
|
|
<template slot-scope="{ row }">
|
|
|
- <el-button v-if="row.exeStatus === '2' && row.exeResult != 1" size="mini" type="danger" @click="resendCommand(row)">指令重发</el-button>
|
|
|
+ <el-button v-if="row.exeStatus === '2' && row.sendStatus == 0" size="mini" type="danger" @click="resendCommand(row)">指令重发</el-button>
|
|
|
<!-- <el-button v-if="row.exeStatus === '1'" type="primary" size="mini" @click="cancelTaskNodeLog(row)">取消任务</el-button> -->
|
|
|
- <el-button v-if="row.exeStatus === '2' && row.exeResult != 1" type="warning" size="mini" @click="taskNodeCallback(row)">模拟回调</el-button>
|
|
|
+ <el-button v-if="row.exeStatus === '2' && row.sendStatus == 1 && row.exeResult != 1" type="warning" size="mini" @click="taskNodeCallback(row)">模拟回调</el-button>
|
|
|
|
|
|
<el-tooltip
|
|
|
class="item"
|