From 01a88094eaa183714ed7490ca7b85fee1e7bb064 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期六, 20 五月 2023 23:03:41 +0800 Subject: [PATCH] 2023-05-20 --- src/tabviews/zshare/actionList/printbutton/index.jsx | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/tabviews/zshare/actionList/printbutton/index.jsx b/src/tabviews/zshare/actionList/printbutton/index.jsx index 367bec1..2bbfe85 100644 --- a/src/tabviews/zshare/actionList/printbutton/index.jsx +++ b/src/tabviews/zshare/actionList/printbutton/index.jsx @@ -2127,7 +2127,8 @@ fieldlen: item.fieldlength || 50, writein: item.writein !== 'false', type: item.type, - value: item.initval + value: item.initval, + isconst: item.constant === 'true' } let key = item.field.toLowerCase() -- Gitblit v1.8.0