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
|
|
@ -1554,14 +1554,6 @@ watch(
|
|||
v-if="currentUser"
|
||||
:category="$t('personnelTitle')"
|
||||
bg-on
|
||||
:badgeClass="
|
||||
formData.gender === 'male'
|
||||
? 'app-bg-male text-white'
|
||||
: formData.gender === 'female'
|
||||
? 'app-bg-female text-white'
|
||||
: ''
|
||||
"
|
||||
:badgeLabel="userCode"
|
||||
:isEdit="infoDrawerEdit"
|
||||
:title="
|
||||
$i18n.locale === 'en-US'
|
||||
|
|
@ -1600,7 +1592,7 @@ watch(
|
|||
:readonly="!infoDrawerEdit"
|
||||
:toggleTitle="$t('formDialogTitleUserStatus')"
|
||||
:title="`${formData.firstName} ${formData.lastName}`"
|
||||
:caption="`${formData.firstNameEN} ${formData.lastNameEN}`"
|
||||
:caption="userCode"
|
||||
:img="
|
||||
urlProfile ||
|
||||
{
|
||||
|
|
@ -1754,7 +1746,6 @@ watch(
|
|||
:toggleTitle="$t('formDialogTitleUserStatus')"
|
||||
:title="`${formData.firstName} ${formData.lastName}`"
|
||||
hideFade
|
||||
:caption="`${formData.firstNameEN} ${formData.lastNameEN}`"
|
||||
@view="imageDialog = true"
|
||||
@edit="refImageUpload && refImageUpload.browse()"
|
||||
@update:toggle-status="
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue