|
|
|
@ -112,7 +112,7 @@ |
|
|
|
<el-table-column fixed="right" header-align="center" align="center" width="130" label="操作"> |
|
|
|
<template slot-scope="scope"> |
|
|
|
<el-link v-if="authUpdate && scope.row.status !== '已完成'" style="cursor: pointer" @click="addOrUpdateHandle(scope.row)">编辑</el-link> |
|
|
|
<el-link v-if="authUpdate && scope.row.status === '已完成'" style="cursor: pointer" @click="addOrUpdateHandle(scope.row)">详情</el-link> |
|
|
|
<el-link v-if="authSearch && scope.row.status === '已完成'" style="cursor: pointer" @click="addOrUpdateHandle(scope.row)">详情</el-link> |
|
|
|
<el-link v-if="authIssue && scope.row.status === '草稿'" style="cursor: pointer; margin-left: 10px;" @click="issueModal(scope.row)">下达</el-link> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
|