This commit is contained in:
2023-10-08 20:11:42 +08:00
parent 8c6b314546
commit 89fc1102f9
8 changed files with 89 additions and 28 deletions

View File

@@ -60,7 +60,7 @@ const crudOptions = ref({
rowSelection: { showCheckedAll: true },
searchColNumber: 4,
tablePagination: false,
operationColumn: true,
operationColumn: true
})
const crudColumns = ref([
@@ -107,7 +107,7 @@ const crudColumns = ref([
search: true,
formType: "range",
width: 180
}
},
])
</script>