撤回
This commit is contained in:
@@ -33,7 +33,7 @@
|
|||||||
<!-- <el-button type="text" @click="onAdd(row.id)">复制</el-button> -->
|
<!-- <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="toDetail(row.id)">详情</el-button>
|
||||||
<el-button type="text" @click="reset(row.id)"
|
<el-button type="text" @click="reset(row.id)"
|
||||||
v-if="row.broadcastStatus == 0 || row.broadcastStatus == 1 || row.broadcastStatus == 2">撤回
|
v-if="info.taskType == 1">撤回
|
||||||
</el-button>
|
</el-button>
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
|
|||||||
Reference in New Issue
Block a user