问答详情
源自:5-1 期刊内容列表页面

type[scope.row.type

{{type[scope.row.type]}}这里显示不出来?请教大佬

提问者:illuminiti 2023-08-03 10:05

个回答

  • 月光皎洁
    2023-09-14 09:29:28

    vue弃用之前的写法了改成这样

    <template v-slot="scope">

                {{type[scope.row.type]}}

    </template>