From ec76b9cdcaa092fa0b1cc895eda93af44d7fffb7 Mon Sep 17 00:00:00 2001 From: lys <971387674@qq.com> Date: Wed, 3 Dec 2025 14:14:36 +0800 Subject: [PATCH] =?UTF-8?q?release/2.19.1.2503.01-=E4=B8=9A=E5=8A=A1?= =?UTF-8?q?=E7=BA=BF=E4=B8=AA=E7=A8=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/unitTable/renderColsOpts.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/pages/unitTable/renderColsOpts.tsx b/src/pages/unitTable/renderColsOpts.tsx index 1ab54e5..a0c8844 100644 --- a/src/pages/unitTable/renderColsOpts.tsx +++ b/src/pages/unitTable/renderColsOpts.tsx @@ -69,7 +69,7 @@ export function renderCols(initialState: any[], type: string, i18n?: AnyObject, width: 185, fixed: "right", render: (__: string, record: any) => { - const { billStatus, customOptAuth } = record; + const { billStatus, customOptAuth, qzOpts = [] } = record; const items: MenuProps["items"] = [ { key: "DeleteList", @@ -134,6 +134,7 @@ export function renderCols(initialState: any[], type: string, i18n?: AnyObject, ({ ...o, onClick: () => postMessageToParent(o.key, record) })), { key: "Log", label: i18n?.["操作日志"], @@ -517,4 +518,4 @@ export function renderCols(initialState: any[], type: string, i18n?: AnyObject, const postMessageToParent = (type: string, params: any) => { window.parent.postMessage({ type: "turn", payload: { id: type, params } }, "*"); -}; +}; \ No newline at end of file