更新
This commit is contained in:
@@ -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.领用数量 }}
|
||||
|
||||
Reference in New Issue
Block a user