ActionFlow障害修正

This commit is contained in:
2024-02-25 02:52:06 +09:00
parent 4102ff5522
commit d1ec123c8b
6 changed files with 400 additions and 88 deletions

View File

@@ -1,6 +1,9 @@
<template>
<div class="q-pa-md">
<q-table flat bordered :loading="!isLoaded" row-key="name" :selection="type" :selected="modelValue" @update:selected="$emit('update:modelValue', $event)" :columns="columns" :rows="rows" />
<q-table flat bordered :loading="!isLoaded" row-key="name" :selection="type"
:selected="modelValue"
@update:selected="$emit('update:modelValue', $event)"
:columns="columns" :rows="rows" />
</div>
</template>
<script>