|
|
@@ -16,7 +16,7 @@
|
|
|
<el-table v-loading="loading" :data="materialGroupList"
|
|
|
@row-click="changeCurrentRow"
|
|
|
:row-style="rowStyle"
|
|
|
- :cell-style="setSellStyle" >
|
|
|
+ :cell-style="setSellStyle" height="600px">
|
|
|
<!-- 保留的列 -->
|
|
|
<el-table-column label="组名" align="center" prop="groupName" >
|
|
|
<template slot-scope="scope">
|