update mapping of data return for a lead
This commit is contained in:
parent
e7a6bd8ed2
commit
e9cf1f91c4
1 changed files with 27 additions and 37 deletions
|
|
@ -1,15 +1,5 @@
|
||||||
<template>
|
<template>
|
||||||
<div class="overview-container">
|
<div class="overview-container">
|
||||||
<template v-if="!editMode">
|
|
||||||
<Button
|
|
||||||
@click="toggleEditMode"
|
|
||||||
icon="pi pi-pencil"
|
|
||||||
label="Edit Information"
|
|
||||||
size="small"
|
|
||||||
severity="secondary"
|
|
||||||
/>
|
|
||||||
</template>
|
|
||||||
<div class="status-cards">
|
|
||||||
<template v-if="isNew || editMode">
|
<template v-if="isNew || editMode">
|
||||||
<ClientInformationForm
|
<ClientInformationForm
|
||||||
ref="clientInfoRef"
|
ref="clientInfoRef"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue