@@ -73,15 +73,10 @@
diff --git a/orion-visor-ui/src/views/exec/exec-job-log/types/table.columns.ts b/orion-visor-ui/src/views/exec/exec-job-log/types/table.columns.ts
index 69529340..97de9029 100644
--- a/orion-visor-ui/src/views/exec/exec-job-log/types/table.columns.ts
+++ b/orion-visor-ui/src/views/exec/exec-job-log/types/table.columns.ts
@@ -21,6 +21,7 @@ const columns = [
slotName: 'command',
align: 'left',
minWidth: 238,
+ ellipsis: true,
}, {
title: '执行用户',
dataIndex: 'username',
diff --git a/pom.xml b/pom.xml
index 62ba29f1..46841506 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
- 2.2.3
+ 2.3.0
8
8
3.0.0-M5
diff --git a/sql/init-4-data.sql b/sql/init-4-data.sql
index b3effb50..c75acf93 100644
--- a/sql/init-4-data.sql
+++ b/sql/init-4-data.sql
@@ -3,7 +3,7 @@
INSERT INTO `system_user` VALUES (1, 'admin', 'c3284d0f94606de1fd2af172aba15bf3', '管理员', NULL, NULL, NULL, 1, 1, 'NEW', NULL, NULL, NOW(), NOW(), '1', '1', 0);
-- 角色配置
-INSERT INTO `system_role` VALUES (1, '管理员', 'admin', 1, '2023-07-16 21:13:14', '2023-07-17 17:31:29', '1', '1', 0);
+INSERT INTO `system_role` VALUES (1, '管理员', 'admin', 1, NULL, '2023-07-16 21:13:14', '2023-07-17 17:31:29', '1', '1', 0);
-- 角色用户关联
INSERT INTO `system_user_role` VALUES (1, 1, 1, '2023-07-16 21:15:49', '2023-07-17 18:18:02', '1', '1', 0);