斑马选中

This commit is contained in:
zhangdingyu
2019-10-12 10:05:37 +08:00
parent 67fefc10b4
commit 1387e332f2
4 changed files with 4 additions and 4 deletions

View File

@@ -31,7 +31,7 @@
<el-button type="primary" icon="el-icon-edit" size="small" @click="addMaterial()">新增</el-button>
</el-row>
</div>
<el-table :data="tableData1" stripe border style="max-height: 500px;" height="500px" size="mini" show-summary>
<el-table :data="tableData1" stripe highlight-current-row border style="max-height: 500px;" height="500px" size="mini" show-summary>
<el-table-column label="名称" align="center" width="150" show-overflow-tooltip>
<template slot-scope="scope">
{{ scope.row.物料名称 }}