Skip to content

Commit acb00ba

Browse files
committed
【缺陷修复】两个取消按钮,一个改成确认
1 parent cff65aa commit acb00ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/bpm/processInstance/detail/ProcessInstanceOperationButton.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,7 @@
451451
</el-form-item>
452452
<el-form-item>
453453
<el-button :disabled="formLoading" type="primary" @click="handleCancel()">
454-
取消
454+
确认
455455
</el-button>
456456
<el-button @click="closePropover('cancel', cancelFormRef)"> 取消 </el-button>
457457
</el-form-item>

0 commit comments

Comments
 (0)