fix:coding507
This commit is contained in:
parent
7cb112bde8
commit
d7965ef170
|
@ -49,26 +49,32 @@
|
|||
></el-table-column>
|
||||
<el-table-column label="批号追加设备" min-width="60">
|
||||
<template #default="scope">
|
||||
<el-icon
|
||||
v-if="scope.row.batch_append_equip"
|
||||
color="green"
|
||||
>
|
||||
<el-tag type="success" v-if="scope.row.batch_append_equip">
|
||||
是
|
||||
</el-tag>
|
||||
<!-- <el-icon v-if="scope.row.batch_append_equip" color="green">
|
||||
<CircleCheckFilled />
|
||||
</el-icon>
|
||||
</el-icon> -->
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="交接到工段" min-width="60">
|
||||
<template #default="scope">
|
||||
<el-icon v-if="scope.row.into_wm_mgroup" color="green">
|
||||
<el-tag type="success" v-if="scope.row.into_wm_mgroup">
|
||||
是
|
||||
</el-tag>
|
||||
<!-- <el-icon v-if="scope.row.into_wm_mgroup" color="green">
|
||||
<CircleCheckFilled />
|
||||
</el-icon>
|
||||
</el-icon> -->
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="不合格品是否入库" min-width="60">
|
||||
<template #default="scope">
|
||||
<el-icon v-if="scope.row.store_notok" color="green">
|
||||
<el-tag type="success" v-if="scope.row.store_notok">
|
||||
是
|
||||
</el-tag>
|
||||
<!-- <el-icon v-if="scope.row.store_notok" color="green">
|
||||
<CircleCheckFilled />
|
||||
</el-icon>
|
||||
</el-icon> -->
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="排序" prop="sort" min-width="60">
|
||||
|
|
|
@ -14,6 +14,7 @@
|
|||
icon="el-icon-plus"
|
||||
@click="table_add(20)"
|
||||
v-auth="'handover.create'"
|
||||
v-if="mgroupName!=='切片'"
|
||||
>返工</el-button
|
||||
>
|
||||
<el-button
|
||||
|
|
Loading…
Reference in New Issue