From b5e70973340bf912b733acd737f55f90653dece8 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期六, 03 七月 2021 09:48:25 +0800 Subject: [PATCH] 2021-07-03 --- src/templates/zshare/modalform/index.jsx | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/src/templates/zshare/modalform/index.jsx b/src/templates/zshare/modalform/index.jsx index 2c30977..a8e655b 100644 --- a/src/templates/zshare/modalform/index.jsx +++ b/src/templates/zshare/modalform/index.jsx @@ -177,6 +177,10 @@ _options.push('dataSource', 'cardValField', 'fields', 'orderBy', 'orderType', 'database', 'backgroundColor') } } + + if (sessionStorage.getItem('appType') === 'mob') { + _options.push('hidelabel') + } } else if (type === 'fileupload') { if (compress === 'true') { _options.push('limit', 'rduri', 'proRduri') -- Gitblit v1.8.0