This commit is contained in:
qsh
2024-10-08 18:08:22 +08:00
parent a8ea0e4b26
commit 41c20623d4
6 changed files with 167 additions and 24 deletions

View File

@@ -21,7 +21,7 @@
</el-form-item>
</el-form>
<el-table :data="tableList" border stripe :default-sort="{ prop: 'totalRate' }">
<el-table v-loading="loading" :data="tableList" border stripe>
<el-table-column type="index" width="50" fixed="left" />
<el-table-column prop="nickname" label="姓名" width="80" />
<el-table-column