|
@@ -222,11 +222,11 @@
|
|
|
</el-form>
|
|
|
<template v-slot:footer>
|
|
|
<div>
|
|
|
- <el-button @click.prevent="handleApprove('1')">结束</el-button>
|
|
|
- <el-button @click.prevent="handleApprove('4')" type="primary"
|
|
|
+ <el-button @click.prevent="handleApprove('1')" type="primary">结束</el-button>
|
|
|
+ <el-button @click.prevent="handleApprove('4')"
|
|
|
>转副总审批</el-button
|
|
|
>
|
|
|
- <el-button @click.prevent="handleApprove('3')" type="primary"
|
|
|
+ <el-button @click.prevent="handleApprove('3')"
|
|
|
>转总经理审批</el-button
|
|
|
>
|
|
|
</div>
|