Home > front end >  Vue columns table column click event
Vue columns table column click event

Time:10-23

TableColumns: [
//table column
{the title: 'data upload,
Align: 'center',
Key: 'dataUploadResult',
Render: (h, params)=& gt; {
Let renderText=params. Row. DataUploadResult
If (renderText==null) {
Return (& lt; Span> {"/"} & lt;/span>)
} else {
Return (& lt;='. This getDetailByCondition span @ the click () '& gt; {renderText} & lt;/span>)
}
}
}
]
How to add columns in the table click event? Span cannot join @ the click

CodePudding user response:

Has been solved!!!!!!

CodePudding user response:

Look at the render grammar
  • Related