更新
This commit is contained in:
@@ -40,12 +40,12 @@
|
||||
align="center"
|
||||
width="55"
|
||||
type="index"/>
|
||||
<el-table-column align="center" label="零件名称" sortable prop="零件名称" width="150px">
|
||||
<el-table-column align="center" label="零件名称" prop="零件名称" width="150px">
|
||||
<template slot-scope="scope">
|
||||
{{ scope.row.零件名称 }}
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column align="center" label="零件图号" sortable prop="零件图号" width="150px">
|
||||
<el-table-column align="center" label="零件图号" prop="零件图号" width="150px">
|
||||
<template slot-scope="scope">
|
||||
{{ scope.row.零件图号 }}
|
||||
</template>
|
||||
@@ -55,12 +55,12 @@
|
||||
{{ scope.row.入库数量 }}
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column align="center" label="机床图号" sortable prop="机床图号" width="120px">
|
||||
<el-table-column align="center" label="机床图号" prop="机床图号" width="120px">
|
||||
<template slot-scope="scope">
|
||||
{{ scope.row.机床图号 }}
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column align="center" label="组号" sortable prop="组号" width="120px">
|
||||
<el-table-column align="center" label="组号" prop="组号" width="120px">
|
||||
<template slot-scope="scope">
|
||||
{{ scope.row.组号 }}
|
||||
</template>
|
||||
@@ -70,12 +70,12 @@
|
||||
{{ scope.row.仓库名称 }}
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column align="center" label="货位名称" sortable prop="货位名称" width="120px">
|
||||
<el-table-column align="center" label="货位名称" prop="货位名称" width="120px">
|
||||
<template slot-scope="scope">
|
||||
{{ scope.row.货位名称 }}
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column align="center" label="入库时间" sortable prop="入库时间">
|
||||
<el-table-column align="center" label="入库时间" prop="入库时间">
|
||||
<template slot-scope="scope">
|
||||
{{ scope.row.入库时间 }}
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user