add: 窑内实时报表
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user