walter 10 kuukautta sitten
vanhempi
commit
7ec8f489e9
1 muutettua tiedostoa jossa 5 lisäystä ja 0 poistoa
  1. 5 0
      src/point/views/workbench/task/my_task.vue

+ 5 - 0
src/point/views/workbench/task/my_task.vue

@@ -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>
           </template>