📖 操作日志的界面实现

(cherry picked from commit 1eefa02c4c)
This commit is contained in:
YunaiV
2023-12-30 21:25:08 +08:00
committed by shizhong
parent e2359633dd
commit 6fe6e51b2f
3 changed files with 8 additions and 15 deletions

View File

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