This commit is contained in:
shijingjing
2022-06-13 10:34:12 +08:00
parent 2062bc6160
commit 241395d610

View File

@@ -14,7 +14,7 @@
:current.sync="page.current" :size.sync="page.size" @getList="getList"
@selection-change="(v) => (ids = v.map((e) => e.id))">
<el-table-column slot="options" label="操作" align="center" width="280" fixed="right">
<template slot-scope="{ row }" v-if="row.taskType == 1 && (row.broadcastStatus == 0 || row.broadcastStatus == 1 || row.broadcastStatus == 2 )">
<template slot-scope="{ row }" v-if="row.taskType == 1">
<el-button type="text" @click="reset(row.id)">撤回任务</el-button>
</template>
</el-table-column>