src/templates/zshare/formconfig.jsx
@@ -1794,6 +1794,19 @@ }, { type: 'radio', key: 'notZero', label: "不可为0", initVal: card.notZero || 'false', options: [{ value: 'true', text: '是' }, { value: 'false', text: '否' }] }, { type: 'radio', key: 'database', label: '数据库', initVal: card.database || 'local',