更新了审批流程显示及体验,优化了用户操作效率。

This commit is contained in:
zmj 2024-05-31 10:22:06 +08:00
parent 78460acf0d
commit 595820e4d0

View File

@ -35,14 +35,13 @@ defineProps({
}
})
const emit = defineEmits(['success', 'close'])
const formRef = shallowRef<FormInstance>()
const popupRef = shallowRef<InstanceType<typeof Popup>>()
const mode = ref('add')
//
const popupTitle = computed(() => {
return mode.value == 'edit' ? '编辑消息表' : '新增消息表'
return '消息详情'
})
//