This commit is contained in:
bkfox
2024-03-26 01:19:20 +01:00
parent c3c748eebb
commit bda4efe336
10 changed files with 19 additions and 9 deletions

View File

@@ -49,7 +49,6 @@ const Component = {
...AList.props,
columns: Array,
labels: Object,
allowCreate: Boolean,
},
data() {

View File

@@ -36,7 +36,6 @@
</section>
<section v-show="page == Page.List" class="panel">
<a-rows :set="set" :columns="columns" :labels="initData.fields"
:allow-create="true"
:orderable="true" @move="listItemMove" @colmove="columnMove"
@cell="onCellEvent">
<template v-for="[name,slot] of rowsSlots" :key="slot"