调整前端样式,调整日志记录路由组,调整对应自动化模板

This commit is contained in:
蒋吉兆
2021-09-20 21:40:23 +08:00
parent 6a8e35379a
commit 2cbb87baaa
28 changed files with 161 additions and 139 deletions

View File

@@ -47,11 +47,11 @@
type="selection"
width="55"
/>
<el-table-column label="id" min-width="60" prop="ID" sortable="custom" />
<el-table-column label="API路径" min-width="150" prop="path" sortable="custom" />
<el-table-column label="API分组" min-width="150" prop="apiGroup" sortable="custom" />
<el-table-column label="API简介" min-width="150" prop="description" sortable="custom" />
<el-table-column label="请求" min-width="150" prop="method" sortable="custom">
<el-table-column align="center" label="id" min-width="60" prop="ID" sortable="custom" />
<el-table-column align="center" label="API路径" min-width="150" prop="path" sortable="custom" />
<el-table-column align="center" label="API分组" min-width="150" prop="apiGroup" sortable="custom" />
<el-table-column align="center" label="API简介" min-width="150" prop="description" sortable="custom" />
<el-table-column align="center" label="请求" min-width="150" prop="method" sortable="custom">
<template #default="scope">
<div>
{{ scope.row.method }} / {{ methodFiletr(scope.row.method) }}
@@ -59,7 +59,7 @@
</template>
</el-table-column>
<el-table-column fixed="right" label="操作" width="200">
<el-table-column align="center" fixed="right" label="操作" width="200">
<template #default="scope">
<el-button
icon="el-icon-edit"