mirror of
https://gitcode.com/flipped-aurora/gin-vue-admin.git
synced 2026-05-20 06:07:58 +00:00
调整前端样式,调整日志记录路由组,调整对应自动化模板
This commit is contained in:
@@ -34,21 +34,21 @@
|
||||
tooltip-effect="dark"
|
||||
>
|
||||
<el-table-column type="selection" width="55" />
|
||||
<el-table-column label="日期" width="180">
|
||||
<el-table-column align="center" label="日期" width="180">
|
||||
<template #default="scope">{{ formatDate(scope.row.CreatedAt) }}</template>
|
||||
</el-table-column>
|
||||
|
||||
<el-table-column label="字典名(中)" prop="name" width="120" />
|
||||
<el-table-column align="center" label="字典名(中)" prop="name" width="160" />
|
||||
|
||||
<el-table-column label="字典名(英)" prop="type" width="120" />
|
||||
<el-table-column align="center" label="字典名(英)" prop="type" width="120" />
|
||||
|
||||
<el-table-column label="状态" prop="status" width="120">
|
||||
<el-table-column align="center" label="状态" prop="status" width="120">
|
||||
<template #default="scope">{{ formatBoolean(scope.row.status) }}</template>
|
||||
</el-table-column>
|
||||
|
||||
<el-table-column label="描述" prop="desc" width="280" />
|
||||
<el-table-column align="center" label="描述" prop="desc" width="280" />
|
||||
|
||||
<el-table-column label="按钮组">
|
||||
<el-table-column align="center" label="按钮组">
|
||||
<template #default="scope">
|
||||
<el-button size="mini" icon="el-icon-document" type="text" @click="toDetile(scope.row)">详情</el-button>
|
||||
<el-button size="mini" icon="el-icon-edit" type="text" @click="updateSysDictionary(scope.row)">变更</el-button>
|
||||
|
||||
Reference in New Issue
Block a user