This commit is contained in:
liushuai
2019-06-03 08:26:55 +08:00
parent a2cda2c46c
commit 1fb5cc67b3
2 changed files with 1 additions and 2 deletions

View File

@@ -13,7 +13,6 @@
<div style="float: right; color: #8492a6; font-size: 13px">{{ item.name }}</div>
</el-option>
</el-select>
<!-- <el-button type="success" size="small" icon="el-icon-search" style="margin-left: 15px" @click="selecttable">查询</el-button>-->
</el-row>
</el-card>
<el-card>

View File

@@ -78,7 +78,7 @@
</el-table-column>
<el-table-column align="center" label="数量" width="60px">
<template slot-scope="scope">
{{ scope.row.投产总数量 }}
{{ scope.row.批次数量 }}
</template>
</el-table-column>
<el-table-column align="center" label="投产时间" width="100px">