Form Başlık Görünümü
This commit is contained in:
parent
f62c35dec9
commit
85a14f580c
3 changed files with 3 additions and 0 deletions
|
|
@ -79,6 +79,7 @@ const FormEdit = (
|
||||||
<h4 className="text-slate-700 text-sm font-medium leading-none">
|
<h4 className="text-slate-700 text-sm font-medium leading-none">
|
||||||
{translate('::' + gridDto?.gridOptions?.title)}
|
{translate('::' + gridDto?.gridOptions?.title)}
|
||||||
</h4>
|
</h4>
|
||||||
|
●
|
||||||
<Badge content={mode} />
|
<Badge content={mode} />
|
||||||
</>
|
</>
|
||||||
)}
|
)}
|
||||||
|
|
|
||||||
|
|
@ -165,6 +165,7 @@ const FormNew = (
|
||||||
<h4 className="text-slate-700 text-sm font-medium leading-none">
|
<h4 className="text-slate-700 text-sm font-medium leading-none">
|
||||||
{translate('::' + gridDto?.gridOptions?.title)}
|
{translate('::' + gridDto?.gridOptions?.title)}
|
||||||
</h4>
|
</h4>
|
||||||
|
●
|
||||||
<Badge content={mode} />
|
<Badge content={mode} />
|
||||||
</>
|
</>
|
||||||
)}
|
)}
|
||||||
|
|
|
||||||
|
|
@ -74,6 +74,7 @@ const FormView = (
|
||||||
<h4 className="text-slate-700 text-sm font-medium leading-none">
|
<h4 className="text-slate-700 text-sm font-medium leading-none">
|
||||||
{translate('::' + gridDto?.gridOptions?.title)}
|
{translate('::' + gridDto?.gridOptions?.title)}
|
||||||
</h4>
|
</h4>
|
||||||
|
●
|
||||||
<Badge content={mode} />
|
<Badge content={mode} />
|
||||||
</>
|
</>
|
||||||
)}
|
)}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue