baidu / amis

前端低代码框架,通过 JSON 配置就能生成各种页面。
https://baidu.github.io/amis/
Apache License 2.0
17.4k stars 2.52k forks source link

在crud中 的columns中,怎么根据其中某一个字段判断是否可以进行点击 #11013

Open gdlnb666 opened 1 month ago

gdlnb666 commented 1 month ago

你好,请问一下 在crud中 的columns中,怎么根据其中某一个字段判断是否可以进行点击 { name: 'erpNo', label: '备发货通知单', // type: 'button', type: 'tpl', // level: 'link', tpl: "${erpNo}", id: 'u:78bb251741cd', sortable: true, fixed: 'left', // onClick: () => { // console.log(222); // }, onEvent: { click: { actions: [ { actionType: 'url', args: { url: '/spare/detail?id=${deliveryId}', }, stopPropagation:false }, ], }, }, },

github-actions[bot] commented 1 month ago

👍 Thanks for this! 🏷 I have applied any labels matching special text in your issue.

Please review the labels and make any necessary changes.