This commit is contained in:
liushuai
2020-06-18 08:26:12 +08:00
parent 810b198282
commit 120c7c1601
30 changed files with 1217 additions and 196 deletions

View File

@@ -53,9 +53,9 @@
</div>
</el-card>
</div>
<div style="width: 62%;float: left">
<div style="width: 67%;float: left">
<el-card>
<el-table :data="pickListTable2" :row-class-name="tableRowClassName1" highlight-current-row border style="width: 1000px" size="mini" height="600" @selection-change="handleSelectionChange">
<el-table :data="pickListTable2" :row-class-name="tableRowClassName1" highlight-current-row border style="width: 1050px" size="mini" height="600" @selection-change="handleSelectionChange">
<el-table-column :selectable="selectable" type="selection" align="center" width="45"/>
<el-table-column label="名称" show-overflow-tooltip prop="名称" align="center" width="100">
<template slot-scope="scope">
@@ -72,6 +72,11 @@
{{ scope.row.规格 || '—' }}
</template>
</el-table-column>
<el-table-column label="计量单位" prop="计量单位" align="center" width="80" show-overflow-tooltip>
<template slot-scope="scope">
{{ scope.row.计量单位 }}
</template>
</el-table-column>
<el-table-column label="领用" align="center" width="50">
<template slot-scope="scope">
{{ scope.row.领用数量 }}