This commit is contained in:
qsh
2024-10-22 17:07:48 +08:00
parent 1ab365efae
commit eaaceb9595
3 changed files with 11 additions and 11 deletions

View File

@@ -23,7 +23,7 @@
<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 prop="nickname" label="姓名" width="80" fixed="left" />
<el-table-column
v-for="(item, index) in new Date().getMonth() + 1"
:key="index"