|
@@ -24,7 +24,7 @@
|
|
|
|
|
|
|
|
</div>
|
|
</div>
|
|
|
<div style="margin-left:30px;margin-top:15px;" class="custom-data">
|
|
<div style="margin-left:30px;margin-top:15px;" class="custom-data">
|
|
|
- <el-table ref="showItemRef" :data="selectCustomList" highlight-current-row border>
|
|
|
|
|
|
|
+ <el-table ref="showItemRef" :data="selectCustomList" highlight-current-row border show-summary>
|
|
|
<el-table-column prop="customId" label="ID" align="center" width="90"></el-table-column>
|
|
<el-table-column prop="customId" label="ID" align="center" width="90"></el-table-column>
|
|
|
<el-table-column prop="customName" label="名称" align="center" width="200"></el-table-column>
|
|
<el-table-column prop="customName" label="名称" align="center" width="200"></el-table-column>
|
|
|
|
|
|