|
@@ -802,7 +802,7 @@ export default {
|
|
if (this.modification.length == 0) {
|
|
if (this.modification.length == 0) {
|
|
this.$message.warning('请选择一条要审核的条目')
|
|
this.$message.warning('请选择一条要审核的条目')
|
|
} else {
|
|
} else {
|
|
- this.$confirm(`审核通过后,任务将发送给财务,是否确定通过?`, {
|
|
|
|
|
|
+ this.$confirm(`审核通过后,任务将发送给下一级,是否确定通过?`, {
|
|
cancelButtonText: '取消',
|
|
cancelButtonText: '取消',
|
|
confirmButtonText: '确定',
|
|
confirmButtonText: '确定',
|
|
type: 'warning',
|
|
type: 'warning',
|