|
@@ -27,8 +27,8 @@
|
|
</el-table-column>
|
|
</el-table-column>
|
|
<el-table-column label="授权状态" align="left" prop="isretry">
|
|
<el-table-column label="授权状态" align="left" prop="isretry">
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
- <span v-if="scope.row.impowerStatus">成功</span>
|
|
|
|
- <span v-if="!scope.row.impowerStatus">失败</span>
|
|
|
|
|
|
+ <span v-if="scope.row.state">成功</span>
|
|
|
|
+ <span v-if="!scope.row.state">失败</span>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
<el-table-column label="类别" align="left" prop="userType"></el-table-column>
|
|
<el-table-column label="类别" align="left" prop="userType"></el-table-column>
|