{{type[scope.row.type]}}这里显示不出来?请教大佬
vue弃用之前的写法了改成这样
<template v-slot="scope">
{{type[scope.row.type]}}
</template>