From 9dfe75f4dcf98ba8ec2222af73821920f17578bc Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期六, 23 十二月 2023 15:33:09 +0800 Subject: [PATCH] 2023-12-23 --- src/tabviews/custom/index.jsx | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/tabviews/custom/index.jsx b/src/tabviews/custom/index.jsx index 6a4a21b..7bc164c 100644 --- a/src/tabviews/custom/index.jsx +++ b/src/tabviews/custom/index.jsx @@ -887,7 +887,7 @@ } if (cell.OpenType === 'excelOut') { // 瀵煎嚭 - cell.$menuName = item.name + cell.$menuName = item.$menuname if (!cell.verify || !cell.verify.columns || cell.verify.columns.length === 0) { cell.errorType = 'error1' -- Gitblit v1.8.0