format
This commit is contained in:
@@ -28,7 +28,7 @@ const vimpOperationTypeOptions: SelectOption[] = [
|
|||||||
|
|
||||||
const tableColumns: DataTableColumns<NdmVimpLogResultVO> = [
|
const tableColumns: DataTableColumns<NdmVimpLogResultVO> = [
|
||||||
{ title: '时间', key: 'createdTime' },
|
{ title: '时间', key: 'createdTime' },
|
||||||
{ title: '操作内容', key: 'description' },
|
{ title: '操作类型', key: 'description' },
|
||||||
{ title: '请求IP', key: 'requestIp' },
|
{ title: '请求IP', key: 'requestIp' },
|
||||||
{ title: '操作参数', key: 'params' },
|
{ title: '操作参数', key: 'params' },
|
||||||
{ title: '操作结果', key: 'result' },
|
{ title: '操作结果', key: 'result' },
|
||||||
|
|||||||
Reference in New Issue
Block a user