add: 窑内实时报表

This commit is contained in:
2023-08-03 17:09:53 +08:00
parent 13c1cdb824
commit 54cf09546d
9 changed files with 116 additions and 4 deletions

View File

@@ -94,7 +94,11 @@
prop="is_qualified"
label="是否合格"
:min-width="flexWidth('is_qualified',crud.data,'是否合格')"
/>
>
<template slot-scope="scope">
{{ scope.row.is_qualified ? '合格' : '不合格'}}
</template>
</el-table-column>
<el-table-column
prop="laser_marking_code"
label="激光标刻码"
@@ -120,7 +124,11 @@
:min-width="flexWidth('unqualified_qty',crud.data,'缺陷个数')"
/>
<el-table-column prop="group_id" label="组盘标识" :min-width="flexWidth('group_id',crud.data,'组盘标识')" />
<el-table-column prop="is_group" label="是否组盘" :min-width="flexWidth('is_group',crud.data,'是否组盘')" />
<el-table-column prop="is_group" label="是否组盘" :min-width="flexWidth('is_group',crud.data,'是否组盘')" >
<template slot-scope="scope">
{{ scope.row.is_group ? '已组盘' : '未组盘'}}
</template>
</el-table-column>
<el-table-column v-permission="[]" label="操作" width="120px" align="center" fixed="right">
<template slot-scope="scope">
<udOperation