@@ -28,6 +28,8 @@
</div>
</template>
</el-table-column>
+ <el-table-column align="left" label="登录次数" min-width="100" prop="use_num" sortable="custom" />
+ <el-table-column align="left" label="等级" min-width="100" prop="identify" sortable="custom" />
<el-table-column align="left" label="结果" min-width="100" prop="result" />
<el-table-column align="left" label="创建日期" min-width="100" prop="create_date" sortable="custom" />
</el-table>