fix(01): remove drawer info header code
This commit is contained in:
parent
c241d70c3c
commit
71a7abc93b
3 changed files with 3 additions and 22 deletions
|
|
@ -1700,7 +1700,8 @@ watch(currentHq, () => {
|
|||
<DrawerInfo
|
||||
ref="formDialogRef"
|
||||
v-model:drawerOpen="modalDrawer"
|
||||
:title="changeTitle(formType, formTypeBranch) + ' ' + currentEdit.code"
|
||||
:category="changeTitle(formType, formTypeBranch)"
|
||||
:title="$i18n.locale === 'en-US' ? formData.nameEN : formData.name"
|
||||
:titleFormAddress="$t('formDialogTitleAddress')"
|
||||
:addressSeparator="true"
|
||||
:undo="() => undo()"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue