gaoluyang
6 天以前 b87f35ad442544fa3892def5c2979357eb76e4d7
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') {