(vue)多級表頭且轉(zhuǎn)為百分比顯示
文章來源地址http://www.zghlxwxcb.cn/news/detail-670735.html
<el-table-column align="center" label="近三個月數(shù)據(jù)情況">
<el-table-column align="center" prop="amount" :label="tableLast[0]">
<template slot-scope="{ row }">{{ (row.amount * 100).toFixed(0) }}%</template>
</el-table-column>
<el-table-column align="center" prop="amountTwo" :label="tableLast[1]">
<template slot-scope="{ row }">{{ (row.amountTwo * 100).toFixed(0) }}%</template>
</el-table-column>
<el-table-column align="center" prop="amountThree" :label="tableLast[2]">
<template slot-scope="{ row }">{{ (row.amountThree * 100).toFixed(0) }}%</template>
</el-table-column>
</el-table-column>
文章來源:http://www.zghlxwxcb.cn/news/detail-670735.html
到了這里,關(guān)于(vue)多級表頭且轉(zhuǎn)為百分比顯示的文章就介紹完了。如果您還想了解更多內(nèi)容,請?jiān)谟疑辖撬阉鱐OY模板網(wǎng)以前的文章或繼續(xù)瀏覽下面的相關(guān)文章,希望大家以后多多支持TOY模板網(wǎng)!