2
0

fix:隐藏添加

This commit is contained in:
zhongzm
2025-01-03 18:11:13 +08:00
parent 8b2edce4e1
commit 6dee934e9a
2 changed files with 2 additions and 2 deletions

View File

@@ -20,7 +20,7 @@
v-model:columns="columnChecks"
:loading="loading"
:show-delete="false"
:show-add="false"
:not-show-add="true"
@refresh="getData"
/>
</div>

View File

@@ -113,7 +113,7 @@ const {
v-model:columns="columnChecks"
:loading="loading"
:show-delete="false"
:show-add="false"
:not-show-add="true"
@refresh="getData"
/>
</template>