|
|
@ -187,6 +187,17 @@ |
|
|
|
> |
|
|
|
> |
|
|
|
删除 |
|
|
|
删除 |
|
|
|
</el-button> |
|
|
|
</el-button> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<el-button |
|
|
|
|
|
|
|
link |
|
|
|
|
|
|
|
type="danger" |
|
|
|
|
|
|
|
@click="handleDelete(scope.row.id)" |
|
|
|
|
|
|
|
v-hasPermi="['system:task-info:audit']" |
|
|
|
|
|
|
|
v-if="scope.row.status == 0" |
|
|
|
|
|
|
|
> |
|
|
|
|
|
|
|
审核 |
|
|
|
|
|
|
|
</el-button> |
|
|
|
|
|
|
|
|
|
|
|
<!-- <el-button link type="primary" @click="openForm(scope.row.id)"> 详情 </el-button> --> |
|
|
|
<!-- <el-button link type="primary" @click="openForm(scope.row.id)"> 详情 </el-button> --> |
|
|
|
</template> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
</el-table-column> |
|
|
|