Files
jiapuapp/pages/tree/t05-edit-member.vue
T
2026-07-15 08:31:33 +08:00

4 lines
218 B
Vue
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!-- 页面编号T-05用途编辑成员资料与保存结果 -->
<template><TreeMemberForm kind="edit" /></template>
<script setup>import TreeMemberForm from '@/components/tree/TreeMemberForm.vue'</script>