This commit is contained in:
yanran200730
2023-04-03 16:28:52 +08:00
parent dd4ab4ec0d
commit 5e7ef3d27a
5 changed files with 248 additions and 439 deletions

View File

@@ -9,7 +9,6 @@
<script>
import Detail from './components/Detail'
import List from './components/List'
import Add from './components/Add'
export default {
name: 'AppIntegratingAudit',
@@ -29,7 +28,6 @@
},
components: {
Add,
List,
Detail
},