|
|
|
@ -53,9 +53,9 @@ |
|
|
|
<el-table-column fixed="right" label="操作" width="175" header-align="center" align="center"> |
|
|
|
<template slot-scope="scope"> |
|
|
|
<template v-if="canOperate(scope.row)"> |
|
|
|
<a class="customer-a" @click.stop="openReviewDialog(scope.row)">Review</a> |
|
|
|
<a class="customer-a" @click.stop="openReviewDialog(scope.row)">审核</a> |
|
|
|
<span style="color:#dcdfe6;margin:0 4px">|</span> |
|
|
|
<a class="customer-a" @click.stop="submitForApprove(scope.row)">Submit For Approve</a> |
|
|
|
<a class="customer-a" @click.stop="submitForApprove(scope.row)">提交上级审批</a> |
|
|
|
</template> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
|