📖 操作日志的界面实现

This commit is contained in:
YunaiV
2023-12-30 21:25:08 +08:00
parent 631c105f94
commit 1eefa02c4c
3 changed files with 8 additions and 15 deletions

View File

@ -42,7 +42,7 @@ export type OperateLogV2VO = {
creator: string
creatorName: string
createTime: Date
// 数据扩展-渲染时使用
// 数据扩展渲染时使用
title: string // 操作标题(如果为空则取 name 值)
colSize: number // 变更记录行数
contentStrList: string[]