fix(02): form by type
This commit is contained in:
parent
912fb7c4c3
commit
6027ff5a20
1 changed files with 11 additions and 3 deletions
|
|
@ -70,10 +70,18 @@ function deleteFile(name: string) {
|
||||||
</script>
|
</script>
|
||||||
<template>
|
<template>
|
||||||
<div class="row col-12">
|
<div class="row col-12">
|
||||||
<div v-if="userType" class="col-md-3 col-12 app-text-muted q-mb-md">
|
<div v-if="userType" class="col-12 q-pb-sm text-weight-bold text-body1">
|
||||||
• {{ $t('formDialogTitleByType') }}
|
<q-icon
|
||||||
|
flat
|
||||||
|
size="xs"
|
||||||
|
class="q-pa-sm rounded q-mr-xs"
|
||||||
|
color="info"
|
||||||
|
name="mdi-bank"
|
||||||
|
style="background-color: var(--surface-3)"
|
||||||
|
/>
|
||||||
|
{{ $t('formDialogTitleByType') }}
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md-9 col-12 row q-col-gutter-md">
|
<div class="col-12 row q-col-gutter-md">
|
||||||
<div
|
<div
|
||||||
v-if="userType === 'USER' || userType === 'MESSENGER'"
|
v-if="userType === 'USER' || userType === 'MESSENGER'"
|
||||||
class="row col-12 q-col-gutter-md"
|
class="row col-12 q-col-gutter-md"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue