@@ -63,6 +63,11 @@
<div class="red" v-if="scope.row.review_status == 2">已驳回</div>
</template>
</el-table-column>
+ <el-table-column label="操作" prop="owner_id" fixed="right" v-if="['rewrite'].includes(formData.status)">
+ <template slot-scope="scope">
+ <el-link type="primary" @click.stop="completeBtn(scope.row)">完成任务</el-link>
+ </template>
+ </el-table-column>
<template slot="empty">
<NoData></NoData>