src/components/Dialog/FormDialog.vue
@@ -55,7 +55,7 @@ }) // 详情模式不展示“确认”按钮,其它类型正常显示 const showConfirm = computed(() => props.operationType !== 'detail') const showConfirm = computed(() => props.operationType !== 'detail' && props.operationType !== 'view') const computedTitle = computed(() => { if (typeof props.title === 'function') {