|
@@ -1,5 +1,5 @@
|
|
<template>
|
|
<template>
|
|
- <div class="p-4">
|
|
|
|
|
|
+ <div>
|
|
<BasicTable @register="registerTable">
|
|
<BasicTable @register="registerTable">
|
|
<template #toolbar> </template>
|
|
<template #toolbar> </template>
|
|
<template #link="{ record }">
|
|
<template #link="{ record }">
|
|
@@ -47,6 +47,7 @@
|
|
import { useGo } from '/@/hooks/web/usePage';
|
|
import { useGo } from '/@/hooks/web/usePage';
|
|
import { useDrawer } from '/@/components/Drawer';
|
|
import { useDrawer } from '/@/components/Drawer';
|
|
import ProductDrawer from './productDrawer.vue';
|
|
import ProductDrawer from './productDrawer.vue';
|
|
|
|
+ // import { PageWrapper } from '/@/components/Page';
|
|
|
|
|
|
export default defineComponent({
|
|
export default defineComponent({
|
|
components: { BasicTable, TableAction, ProductDrawer },
|
|
components: { BasicTable, TableAction, ProductDrawer },
|