From 203ac8a88045543820ab060b45ce309addbd0b7c Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期日, 06 四月 2025 21:23:38 +0800 Subject: [PATCH] 2025-04-06 --- src/views/transystem/index.jsx | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/transystem/index.jsx b/src/views/transystem/index.jsx index 419b687..f3f8d2b 100644 --- a/src/views/transystem/index.jsx +++ b/src/views/transystem/index.jsx @@ -447,7 +447,7 @@ cell.type = 'fileupload' cell.fieldlength = 512 cell.fileType = 'text' - cell.compress = 'false' + cell.compress = 'oss' } else if (item.InputType === 'spinner') { cell.type = 'number' cell.required = 'true' -- Gitblit v1.8.0