Răsfoiți Sursa

✨ feat: 操作日志新增操作时间字段

WanGxC 9 luni în urmă
părinte
comite
538762c808
1 a modificat fișierele cu 7 adăugiri și 1 ștergeri
  1. 7 1
      src/views/system/log/operationLog/crud.tsx

+ 7 - 1
src/views/system/log/operationLog/crud.tsx

@@ -175,7 +175,7 @@ export const createCrudOptions = function ({ crudExpose }: CreateCrudOptionsProp
 					},
 					type: 'input',
 					column:{
-						minWidth: 100,
+						minWidth: 115,
 					},
 					form: {
 						disabled: true,
@@ -185,6 +185,12 @@ export const createCrudOptions = function ({ crudExpose }: CreateCrudOptionsProp
 					},
 					component: { props: { color: 'auto' } }, // 自动染色
 				},
+				create_datetime: {
+					title: '操作时间',
+					column: {
+						minWidth: 100,
+					}
+				},
 				request_browser: {
 					title: '请求浏览器',
 					type: 'input',