This commit is contained in:
yangsy
2025-09-17 15:10:04 +08:00
parent 1d34fce6bd
commit 6907ca1ba6

View File

@@ -28,7 +28,7 @@ const vimpOperationTypeOptions: SelectOption[] = [
const tableColumns: DataTableColumns<NdmVimpLogResultVO> = [
{ title: '时间', key: 'createdTime' },
{ title: '操作内容', key: 'description' },
{ title: '操作类型', key: 'description' },
{ title: '请求IP', key: 'requestIp' },
{ title: '操作参数', key: 'params' },
{ title: '操作结果', key: 'result' },