From 3f1722d54debcb4849dc14521a2da0d9b304b69f Mon Sep 17 00:00:00 2001 From: xiaojunnuo Date: Sat, 27 Sep 2025 00:17:29 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=8E=88=E6=9D=83=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=EF=BC=8Cid=E5=88=97=E4=BD=8D=E7=BD=AE=E4=B8=8D=E5=9C=A8?= =?UTF-8?q?=E7=AC=AC=E4=B8=80=E5=88=97=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/certd/access/access-selector/access/crud.tsx | 1 + packages/ui/certd-client/src/views/certd/access/crud.tsx | 1 + packages/ui/certd-client/src/views/certd/addon/common.tsx | 1 + packages/ui/certd-client/src/views/certd/cert/domain/crud.tsx | 1 + packages/ui/certd-client/src/views/certd/cname/record/crud.tsx | 1 + packages/ui/certd-client/src/views/certd/history/crud.tsx | 1 + .../ui/certd-client/src/views/certd/notification/common.tsx | 1 + packages/ui/certd-client/src/views/sys/suite/trade/crud.tsx | 2 +- 8 files changed, 8 insertions(+), 1 deletion(-) diff --git a/packages/ui/certd-client/src/views/certd/access/access-selector/access/crud.tsx b/packages/ui/certd-client/src/views/certd/access/access-selector/access/crud.tsx index ffb8255c..058d5982 100644 --- a/packages/ui/certd-client/src/views/certd/access/access-selector/access/crud.tsx +++ b/packages/ui/certd-client/src/views/certd/access/access-selector/access/crud.tsx @@ -91,6 +91,7 @@ export default function ({ crudExpose, context }: CreateCrudOptionsProps): Creat type: "number", column: { width: 50, + order: -999, }, form: { show: false, diff --git a/packages/ui/certd-client/src/views/certd/access/crud.tsx b/packages/ui/certd-client/src/views/certd/access/crud.tsx index 09b04133..63cf2c9a 100644 --- a/packages/ui/certd-client/src/views/certd/access/crud.tsx +++ b/packages/ui/certd-client/src/views/certd/access/crud.tsx @@ -66,6 +66,7 @@ export default function ({ crudExpose, context }: CreateCrudOptionsProps): Creat type: "number", column: { width: 100, + order: -999, }, form: { show: false, diff --git a/packages/ui/certd-client/src/views/certd/addon/common.tsx b/packages/ui/certd-client/src/views/certd/addon/common.tsx index fa31e8c0..191786dc 100644 --- a/packages/ui/certd-client/src/views/certd/addon/common.tsx +++ b/packages/ui/certd-client/src/views/certd/addon/common.tsx @@ -75,6 +75,7 @@ export function getCommonColumnDefine(crudExpose: any, typeRef: any, api: any, a type: "number", column: { width: 100, + order: -999, }, form: { show: false, diff --git a/packages/ui/certd-client/src/views/certd/cert/domain/crud.tsx b/packages/ui/certd-client/src/views/certd/cert/domain/crud.tsx index f6e10c24..53771a7b 100644 --- a/packages/ui/certd-client/src/views/certd/cert/domain/crud.tsx +++ b/packages/ui/certd-client/src/views/certd/cert/domain/crud.tsx @@ -95,6 +95,7 @@ export default function ({ crudExpose, context }: CreateCrudOptionsProps): Creat type: "number", column: { width: 80, + order: -999, }, form: { show: false, diff --git a/packages/ui/certd-client/src/views/certd/cname/record/crud.tsx b/packages/ui/certd-client/src/views/certd/cname/record/crud.tsx index edaba7ed..c6865fd1 100644 --- a/packages/ui/certd-client/src/views/certd/cname/record/crud.tsx +++ b/packages/ui/certd-client/src/views/certd/cname/record/crud.tsx @@ -79,6 +79,7 @@ export default function ({ crudExpose, context }: CreateCrudOptionsProps): Creat type: "number", column: { width: 80, + order: -999, }, form: { show: false, diff --git a/packages/ui/certd-client/src/views/certd/history/crud.tsx b/packages/ui/certd-client/src/views/certd/history/crud.tsx index 2c2b2a66..ff5a2349 100644 --- a/packages/ui/certd-client/src/views/certd/history/crud.tsx +++ b/packages/ui/certd-client/src/views/certd/history/crud.tsx @@ -93,6 +93,7 @@ export default function ({ crudExpose, context }: CreateCrudOptionsProps): Creat type: "number", column: { width: 100, + order: -999, }, form: { show: false, diff --git a/packages/ui/certd-client/src/views/certd/notification/common.tsx b/packages/ui/certd-client/src/views/certd/notification/common.tsx index da648ffe..733a4e62 100644 --- a/packages/ui/certd-client/src/views/certd/notification/common.tsx +++ b/packages/ui/certd-client/src/views/certd/notification/common.tsx @@ -72,6 +72,7 @@ export function getCommonColumnDefine(crudExpose: any, typeRef: any, api: any) { type: "number", column: { width: 100, + order: -999, }, form: { show: false, diff --git a/packages/ui/certd-client/src/views/sys/suite/trade/crud.tsx b/packages/ui/certd-client/src/views/sys/suite/trade/crud.tsx index fb1098cf..97ce2d97 100644 --- a/packages/ui/certd-client/src/views/sys/suite/trade/crud.tsx +++ b/packages/ui/certd-client/src/views/sys/suite/trade/crud.tsx @@ -41,7 +41,7 @@ export default function ({ crudExpose, context }: CreateCrudOptionsProps): Creat //这里使用行选择插件,生成行选择crudOptions配置,最终会与crudOptions合并 rowSelection: { enabled: true, - order: -2, + order: -99, before: true, // handle: (pluginProps,useCrudProps)=>CrudOptions, props: {