日志
This commit is contained in:
parent
9ac027dd5e
commit
f2a87bb25a
@ -42,14 +42,14 @@
|
||||
<script lang="ts" setup>
|
||||
import { reactive, ref, h,nextTick,defineAsyncComponent } from 'vue';
|
||||
import { ColProps } from 'element-plus';
|
||||
import { schemas } from './querySchemas';
|
||||
import { schemas } from './loginLog/querySchemas';
|
||||
import { useForm } from '@/components/Form/index';
|
||||
import { TableAction } from '@/components/Table';
|
||||
import { getLoginLogList,loginLogDelete,loginLogBatchDelete } from '@/api/system/loginLog';
|
||||
import { columns } from './columns';
|
||||
import { columns } from './loginLog/columns';
|
||||
import {message,confirm} from "@/utils/auth";
|
||||
const editDialog = defineAsyncComponent(() =>
|
||||
import('./edit.vue')
|
||||
import('./loginLog/edit.vue')
|
||||
)
|
||||
const positionId =ref(0)
|
||||
const editVisible=ref(false)
|
@ -42,14 +42,14 @@
|
||||
<script lang="ts" setup>
|
||||
import { reactive, ref, h,nextTick,defineAsyncComponent } from 'vue';
|
||||
import { ColProps } from 'element-plus';
|
||||
import { schemas } from './querySchemas';
|
||||
import { schemas } from './operLog/querySchemas';
|
||||
import { useForm } from '@/components/Form/index';
|
||||
import { TableAction } from '@/components/Table';
|
||||
import { getOperLogList,operLogDelete,operLogBatchDelete } from '@/api/system/operLog';
|
||||
import { columns } from './columns';
|
||||
import { columns } from './operLog/columns';
|
||||
import {message,confirm} from "@/utils/auth";
|
||||
const editDialog = defineAsyncComponent(() =>
|
||||
import('./edit.vue')
|
||||
import('./operLog/edit.vue')
|
||||
)
|
||||
const positionId =ref(0)
|
||||
const editVisible=ref(false)
|
Loading…
Reference in New Issue
Block a user