|
@@ -38,7 +38,7 @@
|
|
|
</el-form>
|
|
</el-form>
|
|
|
</div>
|
|
</div>
|
|
|
<el-table :data="entityList" border height="calc(100vh - 243px)" size="mini" style="width: 100%"
|
|
<el-table :data="entityList" border height="calc(100vh - 243px)" size="mini" style="width: 100%"
|
|
|
- @sort-change="orderby">
|
|
|
|
|
|
|
+ @sort-change="orderby" highlight-current-row>
|
|
|
<el-table-column label="操作" min-width="150" align="center" fixed="right">
|
|
<el-table-column label="操作" min-width="150" align="center" fixed="right">
|
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
|
<el-button type="primary" title="编辑" size="mini" plain @click="editData(scope.row)">打开</el-button>
|
|
<el-button type="primary" title="编辑" size="mini" plain @click="editData(scope.row)">打开</el-button>
|