Commit 0e0cf300 authored by zhengke's avatar zhengke

修改

parent 0dd79b19
......@@ -45,8 +45,8 @@
</q-btn>
</div>
<q-table :loading="loading" no-data-label="暂无相关数据" flat selection="multiple" :selected.sync="selectedStudent"
class="sticky-column-table" separator="none" title="学员信息" :data="studentList" :columns="columns" hide-bottom
row-key="Id">
class="sticky-column-table" separator="none" title="学员信息" :data="studentList" :pagination="initialPagination" :columns="columns"
row-key="Id" hide-bottom>
<template v-slot:body-cell-IsRenew="props">
<q-td auto-width :props="props">
<span style="color:red;" v-if="props.row.IsRenew==0"></span>
......@@ -73,6 +73,9 @@
data() {
return {
loading: false, //加载
initialPagination: {
rowsPerPage: 1000
},
columns: [{
name: 'GuestName',
label: '姓名',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment