feat: into

This commit is contained in:
2025-09-15 13:51:35 +08:00
parent 042f8c31a2
commit 2378ad3a40

View File

@@ -83,7 +83,7 @@ function Add() {
return ( return (
<MainLayout <MainLayout
navBarRight={right} navBarRight={flag === "edit" && right}
isShowNavBar={true} isShowNavBar={true}
title={flag === "add" ? "添加档案" : "编辑档案"} title={flag === "add" ? "添加档案" : "编辑档案"}
> >