feat: work properties option
This commit is contained in:
parent
f49b3ecdc0
commit
799d465600
2 changed files with 109 additions and 2 deletions
|
|
@ -110,7 +110,7 @@ function confirmDelete(items: unknown[], index: number) {
|
|||
}
|
||||
</script>
|
||||
<template>
|
||||
<div class="full-width column no-wrap" style="height: 30vw">
|
||||
<div class="full-width column no-wrap" style="height: 50vh">
|
||||
<div class="row">
|
||||
<q-btn-dropdown
|
||||
icon="mdi-plus"
|
||||
|
|
@ -119,12 +119,16 @@ function confirmDelete(items: unknown[], index: number) {
|
|||
color="primary"
|
||||
label="Properties"
|
||||
class="q-px-sm q-mb-lg"
|
||||
menu-anchor="bottom end"
|
||||
>
|
||||
<q-list dense v-if="formServiceProperties && propertiesOption">
|
||||
<q-item clickable @click="manageProperties('all')">
|
||||
<div class="full-width flex items-center">
|
||||
<q-icon
|
||||
v-if="formServiceProperties.additional.length === 18"
|
||||
v-if="
|
||||
formServiceProperties.additional.length ===
|
||||
propertiesOption.length
|
||||
"
|
||||
name="mdi-checkbox-marked"
|
||||
size="xs"
|
||||
class="q-mr-sm"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue