src/menu/datasource/verifycard/index.jsx
@@ -564,6 +564,23 @@ }) return Promise.reject() } } else if (config.subtype === 'editable') { let _arr = [] columns.forEach(col => { let key = col.field.toLowerCase() if (['jskey', 'data_type', 'bid'].includes(key)) { _arr.push(col.field) } }) if (_arr.length > 0) { notification.warning({ top: 92, message: '字段集中不可使用' + _arr.join('、') + '!注:此字段为提交时的系统字段。', duration: 5 }) return Promise.reject() } } return new Promise((resolve, reject) => {