src/templates/zshare/modalform/index.jsx
@@ -144,6 +144,9 @@ if (this.record.enter === 'tab' || this.record.enter === 'sub') { shows.push('tabField') } if (sessionStorage.getItem('appType') === 'mob') { // 移动端右侧扩展信息 shows.push('placeholder') } } else if (['multiselect', 'select', 'link', 'radio', 'checkbox'].includes(type)) { if (this.record.resourceType === '0') { // 自定义资源 shows.push('options')