|
@@ -2,7 +2,7 @@
|
2
|
2
|
* @Author: ysh
|
3
|
3
|
* @Date: 2024-03-07 13:44:39
|
4
|
4
|
* @LastEditors: Please set LastEditors
|
5
|
|
- * @LastEditTime: 2024-07-29 15:41:35
|
|
5
|
+ * @LastEditTime: 2024-07-29 18:01:30
|
6
|
6
|
-->
|
7
|
7
|
|
8
|
8
|
<template>
|
|
@@ -172,7 +172,7 @@
|
172
|
172
|
<el-button type="primary" @click="submit">提交申请</el-button>
|
173
|
173
|
</el-row>
|
174
|
174
|
<el-row style="text-align: center;" v-else>
|
175
|
|
- <el-button type="warning" @click="saves()">保存</el-button>
|
|
175
|
+ <el-button type="warning" @click="saves()" v-if="taskName">保存</el-button>
|
176
|
176
|
<el-button type="primary" @click="completeApply()" v-if="taskName">完成审批</el-button>
|
177
|
177
|
</el-row>
|
178
|
178
|
</div>
|