fix:coding507

This commit is contained in:
shijing 2024-11-01 09:26:17 +08:00
parent 7cb112bde8
commit d7965ef170
2 changed files with 16 additions and 9 deletions

View File

@ -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">

View File

@ -14,6 +14,7 @@
icon="el-icon-plus"
@click="table_add(20)"
v-auth="'handover.create'"
v-if="mgroupName!=='切片'"
>返工</el-button
>
<el-button