물건목록
This commit is contained in:
parent
166b60ca03
commit
7fc84937cf
@ -464,14 +464,24 @@ export default function StuffDetail() {
|
||||
</div>
|
||||
{!isFormValid ? (
|
||||
<>
|
||||
<button type="submit">신규화면임시저장!!!!!!!!!</button>
|
||||
{/* <button type="submit">신규화면임시저장!!!!!!!!!</button> */}
|
||||
<Button type="submit">신규화면임시저장!!!!!</Button>
|
||||
</>
|
||||
) : (
|
||||
<button type="submit">저장</button>
|
||||
)}
|
||||
<Link href="/management/stuff">
|
||||
<button type="button">물건목록</button>
|
||||
</Link>
|
||||
</form>
|
||||
)) || <div>상세:::::::::::</div>}
|
||||
)) || (
|
||||
<div>
|
||||
상세:::::::::::
|
||||
<Link href="/management/stuff">
|
||||
<button type="button">물건목록</button>
|
||||
</Link>
|
||||
</div>
|
||||
)}
|
||||
|
||||
{/* <div className="flex w-full flex-wrap md:flex-nowrap gap-4">
|
||||
<div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user