vue使用三元運算符過濾後臺數據中的number變成String

<template> <div id="app" style="width:300px;height:700px;border:1px solid red;"> <p v-for="obj in datascore">{{changeType(obj.job)}}</p> </div> </template> <script> export default { name:
相關文章
相關標籤/搜索