更新了审批流程显示及体验,优化了用户操作效率。
This commit is contained in:
parent
78460acf0d
commit
595820e4d0
@ -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 '消息详情'
|
||||
})
|
||||
|
||||
// 表单数据
|
||||
|
Loading…
x
Reference in New Issue
Block a user