UNPKG

@ams-team/ams

Version:

Admin Materials System.

27 lines (26 loc) 414 B
const data = { text: 'texttext' }; const resource = { fields: { text: { type: 'text', label: 'text' } } }; export default { type: 'list', data, resource, ctx: 'edit', operations: { update: { type: 'button', label: '提交', props: { type: 'primary' } } } };