This commit is contained in:
parent
f5650a0419
commit
9f6bbdf01c
@ -615,6 +615,16 @@ export default function CanvasMenu(props) {
|
|||||||
{menuNumber === 5 && (
|
{menuNumber === 5 && (
|
||||||
<>
|
<>
|
||||||
<div className="ico-btn-from">
|
<div className="ico-btn-from">
|
||||||
|
<button
|
||||||
|
type="button"
|
||||||
|
className="btn-frame gray ico-fix"
|
||||||
|
onClick={() => {
|
||||||
|
setIsGlobalLoading(true)
|
||||||
|
router.push(`/management/stuff/tempReg`, { scroll: false })
|
||||||
|
}}
|
||||||
|
>
|
||||||
|
<span className="name">{getMessage('stuff.search.btn.register')}</span>
|
||||||
|
</button>
|
||||||
<button type="button" style={{ display: buttonStyle1 }} className="btn-frame gray ico-flx" onClick={() => setEstimatePopupOpen(true)}>
|
<button type="button" style={{ display: buttonStyle1 }} className="btn-frame gray ico-flx" onClick={() => setEstimatePopupOpen(true)}>
|
||||||
<span className="ico ico01"></span>
|
<span className="ico ico01"></span>
|
||||||
<span className="name">{getMessage('plan.menu.estimate.docDown')}</span>
|
<span className="name">{getMessage('plan.menu.estimate.docDown')}</span>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user