Merge branch 'feature-data-processing' into feature/button-on-space

This commit is contained in:
2024-06-10 11:41:52 +09:00
19 changed files with 509 additions and 178 deletions

View File

@@ -23,9 +23,9 @@
<q-virtual-scroll style="max-height: 160px;" :items="selectedField.fields" separator v-slot="{ item, index }">
<q-item :key="index" dense clickable >
<q-item-section>
<q-item-label>
{{ item.label }}
</q-item-label>
<q-item-label>
{{ item.label }}
</q-item-label>
</q-item-section>
<q-item-section side>
<q-btn round flat size="sm" icon="clear" @click="removeField(index)" />
@@ -126,7 +126,7 @@ interface IAppFields{
export default defineComponent({
inheritAttrs:false,
name: 'FieldInput',
name: 'AppFieldSelect',
components: {
ShowDialog,
FieldSelect,