Open
Description
你好,请问一下 在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
},
],
},
},
},