src/templates/zshare/formconfig.jsx
@@ -1915,7 +1915,7 @@ type: 'radio', key: 'readin', label: '自动填充', tooltip: '将表格选中的数据自动填充到表单中。注:在批量操作时,如想要所选行(当前字段)全部修改请设为否或首行。', tooltip: '将表格选中的数据自动填充到表单中。注:在批量操作时,如想要所选行(当前字段)全部修改请设为否或首行;使用“缓存”时,将在本地保存与读取表单信息,选行时使用行信息填充。', initVal: card.readin || 'true', options: [{ value: 'true', @@ -1926,6 +1926,9 @@ }, { value: 'top', text: '首行' }, { value: 'local', text: '缓存' }] }, {