src/templates/zshare/formconfig.jsx
@@ -734,14 +734,14 @@ { type: 'radio', key: 'labelShow', label: '显示名称', label: '名称', initVal: card.labelShow || 'true', options: [{ value: 'true', text: Formdict['model.true'] text: '显示' }, { value: 'false', text: Formdict['model.false'] text: '隐藏' }] }, {