chore: 改为全局参数配置 去除局部参数

This commit is contained in:
dap
2025-01-13 17:08:00 +08:00
parent 21dd7bd6c0
commit a9cae15d98
29 changed files with 14 additions and 42 deletions

View File

@@ -60,7 +60,6 @@ const gridOptions: VxeGridProps = {
},
},
rowConfig: {
isHover: true,
keyField: 'id',
},
id: 'system-client-index',

View File

@@ -63,7 +63,6 @@ const gridOptions: VxeGridProps = {
},
},
rowConfig: {
isHover: true,
keyField: 'configId',
},
id: 'system-config-index',

View File

@@ -62,7 +62,6 @@ const gridOptions: VxeGridProps = {
gt: 0,
},
rowConfig: {
isHover: true,
keyField: 'deptId',
},
treeConfig: {

View File

@@ -67,7 +67,6 @@ const gridOptions: VxeGridProps = {
},
},
rowConfig: {
isHover: true,
keyField: 'dictCode',
},
id: 'system-dict-data-index',

View File

@@ -60,7 +60,6 @@ const gridOptions: VxeGridProps = {
},
},
rowConfig: {
isHover: true,
keyField: 'dictId',
},
id: 'system-dict-type-index',

View File

@@ -51,7 +51,6 @@ const gridOptions: VxeGridProps = {
},
},
rowConfig: {
isHover: true,
keyField: 'menuId',
},
/**

View File

@@ -51,7 +51,6 @@ const gridOptions: VxeGridProps = {
},
},
rowConfig: {
isHover: true,
keyField: 'noticeId',
},
id: 'system-notice-index',

View File

@@ -57,7 +57,6 @@ const gridOptions: VxeGridProps = {
},
},
rowConfig: {
isHover: true,
keyField: 'ossConfigId',
},
id: 'system-oss-config-index',

View File

@@ -83,7 +83,6 @@ const gridOptions: VxeGridProps = {
},
},
rowConfig: {
isHover: true,
keyField: 'ossId',
height: 65,
},

View File

@@ -72,7 +72,6 @@ const gridOptions: VxeGridProps = {
},
},
rowConfig: {
isHover: true,
keyField: 'postId',
},
id: 'system-post-index',

View File

@@ -61,7 +61,6 @@ const gridOptions: VxeGridProps = {
},
},
rowConfig: {
isHover: true,
keyField: 'userId',
},
id: 'system-role-assign-index',

View File

@@ -56,7 +56,6 @@ const gridOptions: VxeGridProps = {
},
},
rowConfig: {
isHover: true,
keyField: 'userId',
},
};

View File

@@ -79,7 +79,6 @@ const gridOptions: VxeGridProps = {
},
},
rowConfig: {
isHover: true,
keyField: 'roleId',
},
id: 'system-role-index',

View File

@@ -65,7 +65,6 @@ const gridOptions: VxeGridProps = {
},
},
rowConfig: {
isHover: true,
keyField: 'id',
},
id: 'system-tenant-index',

View File

@@ -61,7 +61,6 @@ const gridOptions: VxeGridProps = {
},
},
rowConfig: {
isHover: true,
keyField: 'packageId',
},
id: 'system-tenant-package-index',

View File

@@ -114,7 +114,6 @@ const gridOptions: VxeGridProps = {
},
},
rowConfig: {
isHover: true,
keyField: 'userId',
height: 48,
},