Merge pull request #190 from Frappet/feat/4-property-managment
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 12s
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 12s
feat: property managment
This commit is contained in:
commit
169af44eda
15 changed files with 1548 additions and 7 deletions
|
|
@ -164,12 +164,15 @@ defineEmits<{
|
|||
class="row items-center q-pb-sm"
|
||||
>
|
||||
<article class="col-5">
|
||||
{{ i + 1 }} {{ optionStore.mapOption(prop.fieldName) }}
|
||||
{{ i + 1 }}
|
||||
{{ optionStore.mapOption(prop.fieldName, 'propertiesField') }}
|
||||
</article>
|
||||
<PropertiesToInput
|
||||
:readonly="!state.isEdit || readonlyField.includes(prop.fieldName)"
|
||||
:prop="prop"
|
||||
:placeholder="optionStore.mapOption(prop.fieldName)"
|
||||
:placeholder="
|
||||
optionStore.mapOption(prop.fieldName, 'propertiesField')
|
||||
"
|
||||
v-model="formData[prop.fieldName]"
|
||||
/>
|
||||
</span>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue