gaoluyang
12 小时以前 ab264123941cd3d345687af92aab2a9e04968960
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') {