新增:新增系统管理/用户管理(列表、查看详情、新增、修改、删除、导出)

This commit is contained in:
2023-02-22 23:58:28 +08:00
parent 297fbd3675
commit efa8f4fcf5
48 changed files with 1805 additions and 154 deletions

View File

@@ -89,7 +89,7 @@
<a-drawer
title="日志详情"
:visible="visible"
:width="570"
:width="580"
:footer="false"
unmount-on-close
render-to-body
@@ -233,7 +233,7 @@
</template>
<script lang="ts" setup>
import { getCurrentInstance, ref, toRefs, reactive, } from 'vue';
import { getCurrentInstance, ref, toRefs, reactive } from 'vue';
import {
SystemLogParam,
SystemLogRecord,
@@ -245,7 +245,7 @@
import 'vue-json-pretty/lib/styles.css';
const { proxy } = getCurrentInstance() as any;
const systemLogList = ref<SystemLogRecord[]>([]);
const systemLog = ref<SystemLogDetailRecord>({
requestUrl: '',