撤回 - 30158

This commit is contained in:
shijingjing
2022-06-13 14:50:39 +08:00
parent 2c2bc040ca
commit 55be902080
3 changed files with 4 additions and 7 deletions

View File

@@ -33,7 +33,7 @@
<!-- <el-button type="text" @click="onAdd(row.id)">复制</el-button> -->
<el-button type="text" @click="toDetail(row.id)">详情</el-button>
<el-button type="text" @click="reset(row.id)"
v-if="row.taskType == 1">撤回
v-if="row.taskType == 1 && (row.broadcastStatus == 0 || row.broadcastStatus == 1 || row.broadcastStatus == 2 )">撤回
</el-button>
</template>
</el-table-column>