src/templates/zshare/formconfig.jsx
@@ -3185,14 +3185,14 @@ type: 'radio', key: 'readin', label: '自动填充', tooltip: '是否将表格选中的数据自动填充到表单(字段相同)', tooltip: '将表格选中的数据自动填充到表单中。注:在批量操作时,如想要所选行(当前字段)全部修改请设为否或首行。', initVal: card.readin || 'true', options: [{ value: 'true', text: Formdict['model.true'] text: '是' }, { value: 'false', text: Formdict['model.false'] text: '否' }, { value: 'top', text: '首行'