const actions = [ { key: 1, 'name': '刷卡开门' }, { key: 2, 'name': '内镜存入' }, { key: 3, 'name': '内镜取出' }, ] export default { actions, }