Format editTimetrackAccount file a bit more
This commit is contained in:
parent
651698d833
commit
5613b2a61e
@ -5,39 +5,16 @@
|
||||
</v-card>
|
||||
<v-card align-center v-else>
|
||||
<p class="text-center logowhite--text">Edit details for {{accountData.name}}</p>
|
||||
|
||||
<v-form>
|
||||
<v-text-field
|
||||
:disabled="isInactive"
|
||||
label="name"
|
||||
v-model="accountData.name"
|
||||
name="name"
|
||||
prepend-icon="mdi-account-tie"
|
||||
type="text"
|
||||
color="primary"
|
||||
/>
|
||||
<v-text-field
|
||||
:disabled="isInactive"
|
||||
label="revenue"
|
||||
v-model="accountData.revenue"
|
||||
name="revenue"
|
||||
prepend-icon="mdi-currency-usd"
|
||||
type="text"
|
||||
color="primary"
|
||||
/>
|
||||
<v-text-field
|
||||
:disabled="isInactive"
|
||||
label="description"
|
||||
v-model="accountData.description"
|
||||
name="description"
|
||||
prepend-icon="mdi-information-variant"
|
||||
type="text"
|
||||
color="primary"
|
||||
/>
|
||||
<v-text-field :disabled="isInactive" label="name" v-model="accountData.name" name="name"
|
||||
prepend-icon="mdi-account-tie" type="text" color="primary"/>
|
||||
<v-text-field :disabled="isInactive" label="revenue" v-model="accountData.revenue" name="revenue"
|
||||
prepend-icon="mdi-currency-usd" type="text" color="primary"/>
|
||||
<v-text-field :disabled="isInactive" label="description" v-model="accountData.description" name="description"
|
||||
prepend-icon="mdi-information-variant" type="text" color="primary"/>
|
||||
</v-form>
|
||||
|
||||
<div class="text-center ma-3">
|
||||
<v-btn rounded color="logowhite" outlined dark v-on:click="editAccount()">Edit</v-btn>
|
||||
<v-btn rounded color="logowhite" outlined dark @click="editAccount">Edit</v-btn>
|
||||
</div>
|
||||
</v-card>
|
||||
</v-container>
|
||||
|
Loading…
Reference in New Issue
Block a user