Skip to content

Commit 2de819c

Browse files
author
283591387@qq.com
committed
优化代码生成器默认编辑行
1 parent 1d2c989 commit 2de819c

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

.Net6版本/VOL.Builder/Services/Core/Partial/Sys_TableInfoService.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1280,6 +1280,7 @@ private int InitTable(int parentId, string tableName, string columnCNName, strin
12801280
{
12811281
columns[i].OrderNo = orderNo;
12821282
orderNo = orderNo - 50;
1283+
columns[i].EditRowNo = 0;
12831284
}
12841285

12851286
SetMaxLength(columns);

Vue.Net/VOL.Builder/Services/Core/Partial/Sys_TableInfoService.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1280,6 +1280,7 @@ private int InitTable(int parentId, string tableName, string columnCNName, strin
12801280
{
12811281
columns[i].OrderNo = orderNo;
12821282
orderNo = orderNo - 50;
1283+
columns[i].EditRowNo = 0;
12831284
}
12841285

12851286
SetMaxLength(columns);

开发版dev/Vue.NetCore/Vol.Vue3版本/src/router/viewGird.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,14 @@ let viewgird = [
5858
path: '/Sys_WorkFlowTableStep',
5959
name: 'Sys_WorkFlowTableStep',
6060
component: () => import('@/views/system/flow/Sys_WorkFlowTableStep.vue')
61+
} ,{
62+
path: '/Sys_QuartzOptions',
63+
name: 'Sys_QuartzOptions',
64+
component: () => import('@/views/system/quartz/Sys_QuartzOptions.vue')
65+
} ,{
66+
path: '/Sys_QuartzLog',
67+
name: 'Sys_QuartzLog',
68+
component: () => import('@/views/system/quartz/Sys_QuartzLog.vue')
6169
}]
6270

6371
export default viewgird

0 commit comments

Comments
 (0)