In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-19 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >
Share
Shulou(Shulou.com)06/02 Report--
What this article shares to you is about the application scenario of filter in vue. The editor thinks it is very practical, so I share it with you to learn. I hope you can get something after reading this article.
Filter is generally used to filter certain values, such as my field is empty, but I want to display "-" at the front end, so I can use it.
Recently, there is a need to give permissions to certain fields to display in other forms, such as "*" to show the amount to be hidden.
1. Get permission for amount
two。 Filter fields that meet the criteria through filter
3. Return to hidden styles
Look at the code:
/ / other look Just look at what I marked / / scope.row to get the current line / / filter generally not used for filtering | / / showLabelValue is not written out / / method A parameter corresponding to the filter is two parameters / / the first is the value returned by the previous column / / N-1 is the value you want to pass {{scope.row | showLabelValue (item) | canViewAmount (canViewAmount) XtType,item)} {{scope.row | showLabelValue (item) | canViewAmount (canViewAmount,xtType,item)}} export default {filters: {/ / row is the data returned by scope.row showLabelValue (row,item) {return 'value'} / value, canView permission, xtType which page, item list data / / if showLabelValue returns value The value of the corresponding canViewAmount parameter is' value' canViewAmount (value, canView, xtType, item) {/ / display with "*" when the condition is met (just display) If (! canView & & xtType = = 'salesOrder') {if (item.field = =' priceNoTax' | | item.field = = 'amountNoTax' | | item.field = =' price' | | item.field = = 'amount') {return' * *'} if (! canView & & xtType = 'project') {if (item.field = =' amount) '| | item.field = =' amountNoTax') {return'* *}} return value}} This is what the application scenario of filter in vue looks like. The editor believes that there are some knowledge points that we may see or use in our daily work. I hope you can learn more from this article. For more details, please follow the industry information channel.
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.