Update index.vue

parent 3a0eef99
...@@ -76,6 +76,17 @@ ...@@ -76,6 +76,17 @@
</div> </div>
<div class="col-8"> <div class="col-8">
<q-input <q-input
v-if="id"
:model-value="account"
@update:model-value="$emit('update:account', $event)"
readonly
class="q-my-sm"
dense
hide-bottom-space
outlined
></q-input>
<q-input
v-else
:model-value="account" :model-value="account"
@update:model-value="$emit('update:account', $event)" @update:model-value="$emit('update:account', $event)"
:error="accountRules" :error="accountRules"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment