Showing
2 changed files
with
4 additions
and
4 deletions
| ... | @@ -22,7 +22,7 @@ | ... | @@ -22,7 +22,7 @@ |
| 22 | :pagination="false" | 22 | :pagination="false" |
| 23 | :border="true" | 23 | :border="true" |
| 24 | tooltip-effect="dark" | 24 | tooltip-effect="dark" |
| 25 | - max-height="400px" | 25 | + max-height="300px" |
| 26 | :empty-text=" | 26 | :empty-text=" |
| 27 | loadingDatas && | 27 | loadingDatas && |
| 28 | rowData && | 28 | rowData && | ... | ... |
| ... | @@ -418,9 +418,9 @@ | ... | @@ -418,9 +418,9 @@ |
| 418 | <el-table-column align="center" label="操作" width="150"> | 418 | <el-table-column align="center" label="操作" width="150"> |
| 419 | <template slot-scope="scope"> | 419 | <template slot-scope="scope"> |
| 420 | <el-button type="text" @click="update(scope.row)"> 修改 </el-button> | 420 | <el-button type="text" @click="update(scope.row)"> 修改 </el-button> |
| 421 | - <el-button type="text" @click="showTotalLog(scope.row)" | 421 | + <el-button type="text" @click="showTotalLog(scope.row)"> |
| 422 | - >日志</el-button | 422 | + 日志 |
| 423 | - > | 423 | + </el-button> |
| 424 | </template> | 424 | </template> |
| 425 | </el-table-column> | 425 | </el-table-column> |
| 426 | </template> | 426 | </template> | ... | ... |
-
Please register or login to post a comment