From 159940642620c547bb020b5cdf4bf16a3dfae15f Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 10 九月 2020 23:37:17 +0800 Subject: [PATCH] 2020-09-10 --- src/templates/sharecomponent/actioncomponent/index.jsx | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/templates/sharecomponent/actioncomponent/index.jsx b/src/templates/sharecomponent/actioncomponent/index.jsx index 32319d3..4e979b3 100644 --- a/src/templates/sharecomponent/actioncomponent/index.jsx +++ b/src/templates/sharecomponent/actioncomponent/index.jsx @@ -721,10 +721,10 @@ } // 鍒涘缓瀛樺偍杩囩▼锛屽繀椤诲~鍐欏唴閮ㄥ嚱鏁板悕 - if (!btn.innerFunc) { + if (btn.intertype !== 'inner') { notification.warning({ top: 92, - message: '璇峰~鍐欏唴閮ㄥ嚱鏁帮紒', + message: '浣跨敤鍐呴儴鍑芥暟鏃讹紝鎵嶅彲浠ュ垱寤哄瓨鍌ㄨ繃绋嬶紒', duration: 5 }) return @@ -908,7 +908,7 @@ const { actionlist, visible, card, dict, copying, profVisible } = this.state let hasbtncrtinter = false - if (card && !card.copyType && config.setting.interType === 'inner' && !config.setting.innerFunc && config.setting.dataresource) { + if (card && !card.copyType && config.setting.interType === 'system' && config.setting.dataresource) { hasbtncrtinter = true } -- Gitblit v1.8.0