This commit is contained in:
2023-08-17 20:15:03 +08:00
parent de474e3b2e
commit 4ce12642fa
6 changed files with 139 additions and 40 deletions

View File

@@ -1,5 +1,5 @@
<template>
<div class="ma-content-block lg:flex justify-between p-4">
<div class="ma-content-block lg:flex justify-between p-4" ref="crudRef">
<div class="lg:w-full w-full lg:ml-4 mt-5 lg:mt-0">
<!-- CRUD组件 -->
<ma-crud :options="crudOptions" :columns="crudColumns">