|
@@ -59,7 +59,6 @@
|
|
|
<el-button type="default" @click="resetData()">清空</el-button>
|
|
|
</el-form>
|
|
|
</el-card>
|
|
|
- <p style="color: #E96767;size: 10px">生产总数:{{totalNum}}</p>
|
|
|
<!-- 列表数据 -->
|
|
|
<el-table
|
|
|
:key="tableKey"
|
|
@@ -120,6 +119,7 @@
|
|
|
</el-table-column>
|
|
|
</el-table-column>
|
|
|
</el-table>
|
|
|
+ <p style="color: #E96767;size: 10px;float: right">生产总数:{{totalNum}}</p>
|
|
|
<!-- 分页组件 -->
|
|
|
<el-pagination
|
|
|
:current-page="page"
|
|
@@ -132,6 +132,8 @@
|
|
|
@current-change="changeCurrentPage"
|
|
|
/>
|
|
|
|
|
|
+
|
|
|
+
|
|
|
<el-dialog title="产品加工详情" :close-on-click-modal="false" :visible.sync="dialogVisible" style="width: 110%; margin-top: 20px">
|
|
|
<el-table
|
|
|
:key="tableKey"
|