mirror of
https://gitee.com/dapppp/ruoyi-plus-vben5.git
synced 2026-05-10 17:12:07 +08:00
chore: 改为全局参数配置 去除局部参数
This commit is contained in:
@@ -60,7 +60,6 @@ const gridOptions: VxeGridProps = {
|
||||
},
|
||||
},
|
||||
rowConfig: {
|
||||
isHover: true,
|
||||
keyField: 'id',
|
||||
},
|
||||
id: 'system-client-index',
|
||||
|
||||
@@ -63,7 +63,6 @@ const gridOptions: VxeGridProps = {
|
||||
},
|
||||
},
|
||||
rowConfig: {
|
||||
isHover: true,
|
||||
keyField: 'configId',
|
||||
},
|
||||
id: 'system-config-index',
|
||||
|
||||
@@ -62,7 +62,6 @@ const gridOptions: VxeGridProps = {
|
||||
gt: 0,
|
||||
},
|
||||
rowConfig: {
|
||||
isHover: true,
|
||||
keyField: 'deptId',
|
||||
},
|
||||
treeConfig: {
|
||||
|
||||
@@ -67,7 +67,6 @@ const gridOptions: VxeGridProps = {
|
||||
},
|
||||
},
|
||||
rowConfig: {
|
||||
isHover: true,
|
||||
keyField: 'dictCode',
|
||||
},
|
||||
id: 'system-dict-data-index',
|
||||
|
||||
@@ -60,7 +60,6 @@ const gridOptions: VxeGridProps = {
|
||||
},
|
||||
},
|
||||
rowConfig: {
|
||||
isHover: true,
|
||||
keyField: 'dictId',
|
||||
},
|
||||
id: 'system-dict-type-index',
|
||||
|
||||
@@ -51,7 +51,6 @@ const gridOptions: VxeGridProps = {
|
||||
},
|
||||
},
|
||||
rowConfig: {
|
||||
isHover: true,
|
||||
keyField: 'menuId',
|
||||
},
|
||||
/**
|
||||
|
||||
@@ -51,7 +51,6 @@ const gridOptions: VxeGridProps = {
|
||||
},
|
||||
},
|
||||
rowConfig: {
|
||||
isHover: true,
|
||||
keyField: 'noticeId',
|
||||
},
|
||||
id: 'system-notice-index',
|
||||
|
||||
@@ -57,7 +57,6 @@ const gridOptions: VxeGridProps = {
|
||||
},
|
||||
},
|
||||
rowConfig: {
|
||||
isHover: true,
|
||||
keyField: 'ossConfigId',
|
||||
},
|
||||
id: 'system-oss-config-index',
|
||||
|
||||
@@ -83,7 +83,6 @@ const gridOptions: VxeGridProps = {
|
||||
},
|
||||
},
|
||||
rowConfig: {
|
||||
isHover: true,
|
||||
keyField: 'ossId',
|
||||
height: 65,
|
||||
},
|
||||
|
||||
@@ -72,7 +72,6 @@ const gridOptions: VxeGridProps = {
|
||||
},
|
||||
},
|
||||
rowConfig: {
|
||||
isHover: true,
|
||||
keyField: 'postId',
|
||||
},
|
||||
id: 'system-post-index',
|
||||
|
||||
@@ -61,7 +61,6 @@ const gridOptions: VxeGridProps = {
|
||||
},
|
||||
},
|
||||
rowConfig: {
|
||||
isHover: true,
|
||||
keyField: 'userId',
|
||||
},
|
||||
id: 'system-role-assign-index',
|
||||
|
||||
@@ -56,7 +56,6 @@ const gridOptions: VxeGridProps = {
|
||||
},
|
||||
},
|
||||
rowConfig: {
|
||||
isHover: true,
|
||||
keyField: 'userId',
|
||||
},
|
||||
};
|
||||
|
||||
@@ -79,7 +79,6 @@ const gridOptions: VxeGridProps = {
|
||||
},
|
||||
},
|
||||
rowConfig: {
|
||||
isHover: true,
|
||||
keyField: 'roleId',
|
||||
},
|
||||
id: 'system-role-index',
|
||||
|
||||
@@ -65,7 +65,6 @@ const gridOptions: VxeGridProps = {
|
||||
},
|
||||
},
|
||||
rowConfig: {
|
||||
isHover: true,
|
||||
keyField: 'id',
|
||||
},
|
||||
id: 'system-tenant-index',
|
||||
|
||||
@@ -61,7 +61,6 @@ const gridOptions: VxeGridProps = {
|
||||
},
|
||||
},
|
||||
rowConfig: {
|
||||
isHover: true,
|
||||
keyField: 'packageId',
|
||||
},
|
||||
id: 'system-tenant-package-index',
|
||||
|
||||
@@ -114,7 +114,6 @@ const gridOptions: VxeGridProps = {
|
||||
},
|
||||
},
|
||||
rowConfig: {
|
||||
isHover: true,
|
||||
keyField: 'userId',
|
||||
height: 48,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user