fixing sit 25
This commit is contained in:
parent
9768e6e38e
commit
8d9ff789c0
4 changed files with 19 additions and 2 deletions
|
|
@ -491,7 +491,14 @@ onMounted(async () => {
|
|||
</q-card>
|
||||
</div>
|
||||
|
||||
<div class="col-6" v-if="isAttachment">
|
||||
<div
|
||||
class="col-6"
|
||||
v-if="
|
||||
isAttachment ||
|
||||
(store.dataCommand &&
|
||||
store.dataCommand.commandCode == 'C-PM-38')
|
||||
"
|
||||
>
|
||||
<q-card
|
||||
bordered
|
||||
class="row col-12"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue