去除合计列

product
Vayne 2 years ago
parent bda75785ad
commit 57abd6d907

@ -186,8 +186,8 @@
<div class="JNPF-common-title"> <div class="JNPF-common-title">
<h2></h2> <h2></h2>
</div> </div>
<el-table :data="dataForm.salesorder_item0List" size='mini' show-summary <el-table :data="dataForm.salesorder_item0List" size='mini'
:summary-method="getSummaries"> >
<el-table-column type="index" width="50" label="序号" align="center"/> <el-table-column type="index" width="50" label="序号" align="center"/>
<el-table-column prop="vehicleId" label="车号" align="center" width="130"> <el-table-column prop="vehicleId" label="车号" align="center" width="130">
<template slot-scope="scope"> <template slot-scope="scope">

Loading…
Cancel
Save