fix: form readonly (product & service)
This commit is contained in:
parent
57e0d0d1aa
commit
65dbd60eae
3 changed files with 15 additions and 32 deletions
|
|
@ -50,7 +50,10 @@ function confirmDelete(items: unknown[], index: number) {
|
|||
|
||||
<template>
|
||||
<div class="column col-12 full-height no-wrap">
|
||||
<div class="app-text-muted row items-start q-mb-md">
|
||||
<div
|
||||
class="app-text-muted row items-start q-pb-md"
|
||||
style="min-height: 40px"
|
||||
>
|
||||
• {{ $t(`workInformation`) }}
|
||||
<q-btn
|
||||
v-if="!readonly"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue