This commit is contained in:
2023-06-15 20:13:46 +08:00
parent 09382319df
commit 95bf839308
83 changed files with 20351 additions and 185 deletions

View File

@@ -21,7 +21,6 @@ const previewRef = ref(null)
// CRUD-OPTIONS
const crudRef = ref()
const crudOptions = ref({
showIndex: false,
rowSelection: { showCheckedAll: true },
api: projectApi.getPageList,
add: { show: true },