|
@@ -11,7 +11,7 @@
|
|
|
</el-header>
|
|
|
<el-main>
|
|
|
<el-table :data="tempData.slice((shuJu.currentPage - 1) * 30, shuJu.currentPage * 30)"
|
|
|
- :height="windowSize.h - 120">
|
|
|
+ :height="windowSize.h - 120" highlight-current-row>
|
|
|
<el-table-column label="编码" prop="code"></el-table-column>
|
|
|
<el-table-column label="名称" prop="name"></el-table-column>
|
|
|
<el-table-column label="操作">
|