This commit is contained in:
zhangdingyu
2019-09-30 09:25:46 +08:00
parent 0d480c6d31
commit 643e3379b5
3 changed files with 3 additions and 2 deletions

View File

@@ -12,7 +12,7 @@
<el-button type="success" icon="el-icon-search" size="small" style="margin-left: 10px" @click="pageCurrent=1;pageSize=10;searchMaterial()">查询</el-button>
</el-row>
</div>
<el-table :data="tableData1" stripe border height="600px" size="mini" show-summary>
<el-table :data="tableData1" stripe border height="700px" size="mini" show-summary>
<el-table-column label="名称" align="center" width="130" show-overflow-tooltip>
<template slot-scope="scope">
{{ scope.row.物料名称 }}