src/templates/zshare/formconfig.jsx
@@ -1927,6 +1927,9 @@ value: 'color', text: Formdict['model.form.color'] }, { value: 'brafteditor', text: '富文本' }, { value: 'funcvar', text: Formdict['header.form.funcvar'] }, @@ -2225,6 +2228,19 @@ }, { type: 'radio', key: 'hidelabel', label: '隐藏名称', initVal: card.hidelabel || 'false', options: [{ value: 'true', text: Formdict['model.true'] }, { value: 'false', text: Formdict['model.false'] }] }, { type: 'radio', key: 'readonly', label: Formdict['header.form.readonly'], initVal: card.readonly || 'false',