Skip to content
Advertisement

How can I formatt a value in v-for inside a el-option in element ui

I need formatt to decimal value the value in label(item.value) inside a v-for.

Here is my code:

JavaScript

I already have a function to formatt:

import { numberFormat } from ‘@/utils/cells-format’

JavaScript

So how can I use this function to formatt the value in v-for? (Im new in vuejs)

Advertisement

Answer

You can directly use the function.

JavaScript
User contributions licensed under: CC BY-SA
5 People found this is helpful
Advertisement