Element-ui、バックグラウンドstatus状態1,2,3、中国語に変換
1419 ワード
<el-table-column
prop="status"
width="100"
align="center"
label=" "
>
<template scope="scope">
{{ scope.row.status === 1 ? ' ': '' }}
{{ scope.row.status === 2 ? ' ': '' }}
{{ scope.row.status === 3 ? ' ': '' }}
template>
el-table-column>