From 7cdc8fa2ed47233c32ed9e1e969999684a3a5e04 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 30 十二月 2021 15:41:16 +0800 Subject: [PATCH] 2021-12-30 --- src/templates/zshare/modalform/index.jsx | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/templates/zshare/modalform/index.jsx b/src/templates/zshare/modalform/index.jsx index 2e1b2d3..711f3e6 100644 --- a/src/templates/zshare/modalform/index.jsx +++ b/src/templates/zshare/modalform/index.jsx @@ -172,12 +172,13 @@ if (this.record.multiple === 'false') { shows.push('linkSubField') - shows.push('linkField') - reRequired.linkField = false } else { reTooltip.initval = '娣诲姞澶氫釜鍒濆鍊艰浣跨敤閫楀彿鍒嗛殧銆�' } + shows.push('linkField') + reRequired.linkField = false + if (sessionStorage.getItem('appType') === 'mob') { shows.push('hidelabel') } -- Gitblit v1.8.0