|
|
|
@ -55,7 +55,7 @@ |
|
|
|
</el-card> |
|
|
|
|
|
|
|
<el-card style="margin-top: 0.5vh;background-color: rgb(231,244,253);"> |
|
|
|
<el-table :data="tableData" style="height:64vh;width:82vw;background-color: rgb(243,250,254);"> |
|
|
|
<el-table :data="tableData" style="height:73vh;width:82vw;background-color: rgb(243,250,254);"> |
|
|
|
<el-table-column type="index" label="序号" width="60" fixed="left" /> |
|
|
|
<el-table-column prop="jwcode" label="Homily ID" width="120" fixed="left" /> |
|
|
|
<el-table-column prop="name" label="姓名" width="120" fixed="left" show-overflow-tooltip /> |
|
|
|
|