<el-table-column
label="额度类型">
<template slot-scope="scope">
<span v-if="scope.row.limit_type == 1">正常额度</span>
<span v-if="scope.row.limit_type == 2">临时额度</span>
</template>
</el-table-column>
<el-table-column
label="额度类型">
<template slot-scope="scope">
<span v-if="scope.row.limit_type == 1">正常额度</span>
<span v-if="scope.row.limit_type == 2">临时额度</span>
</template>
</el-table-column>