组件状态查询
This commit is contained in:
@@ -39,10 +39,9 @@
|
|||||||
{{ scope.row.投产数量 }}
|
{{ scope.row.投产数量 }}
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column align="center" label="工序状态" show-overflow-tooltip min-width="90">
|
<el-table-column align="center" label="完成日期" show-overflow-tooltip min-width="90">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<span v-if="scope.row.工序状态 >= 4">已完成</span>
|
{{ scope.row.完成日期 ? scope.row.完成日期.split(' ')[0] : '' }}
|
||||||
<span v-else>未完成</span>
|
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
</el-table>
|
</el-table>
|
||||||
|
|||||||
@@ -39,11 +39,6 @@
|
|||||||
{{ scope.row.工艺名称 }}
|
{{ scope.row.工艺名称 }}
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<!--<el-table-column align="center" label="已完数量" show-overflow-tooltip min-width="70">-->
|
|
||||||
<!--<template slot-scope="scope">-->
|
|
||||||
<!--{{ scope.row.完成数量 }}-->
|
|
||||||
<!--</template>-->
|
|
||||||
<!--</el-table-column>-->
|
|
||||||
<el-table-column align="center" label="投产数" width="80">
|
<el-table-column align="center" label="投产数" width="80">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
{{ scope.row.批次数量 }}
|
{{ scope.row.批次数量 }}
|
||||||
|
|||||||
Reference in New Issue
Block a user