|
@@ -79,7 +79,7 @@
|
|
|
<template slot-scope="scope">
|
|
|
<div class="caozuo" >
|
|
|
<span><el-button size="mini" @click="handleEdit(scope.row)">处理</el-button></span>
|
|
|
- <span v-if="scope.row.type!=1">
|
|
|
+ <span v-if="scope.row.type!=0">
|
|
|
<el-popconfirm
|
|
|
style="margin-left: 10px;"
|
|
|
title="这一条任务确定完成吗?"
|
|
@@ -503,6 +503,7 @@
|
|
|
<style lang="scss" scoped>
|
|
|
.caozuo{
|
|
|
display: flex;
|
|
|
+ justify-content: center;
|
|
|
}
|
|
|
|
|
|
</style>
|