自制件出入库记录

This commit is contained in:
Vergil
2020-03-17 15:28:11 +08:00
parent 016d575e23
commit b2ec2e4192
3 changed files with 5 additions and 6 deletions

View File

@@ -28,7 +28,7 @@
<el-row>
<el-col style="width: 37%">
<el-card>
<el-table v-loading="loading2" :data="tableData1" :row-class-name="tableRowClassName1" class="table" style="max-height: 830px" highlight-current-row empty-text=" " border @row-click="getRow">
<el-table v-loading="loading2" :data="tableData1" :row-class-name="tableRowClassName1" class="table" height="660" style="max-height: 830px" highlight-current-row empty-text=" " border @row-click="getRow">
<el-table-column align="center" label="工序" show-overflow-tooltip width="50">
<template slot-scope="scope">
{{ scope.row.工序顺序 }}