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>