fix:批次查询列表修正

This commit is contained in:
shijing 2025-06-30 17:00:11 +08:00
parent 7986a9793d
commit 0b263f076b
1 changed files with 1 additions and 0 deletions

View File

@ -163,6 +163,7 @@
<el-tag v-if="scope.row.type == 20" type="warning">返工</el-tag>
<el-tag v-if="scope.row.type == 40" type="danger" >报废</el-tag>
<el-tag v-if="scope.row.type == 50" type="success" >改版</el-tag>
<el-tag v-if="scope.row.type == 60" type="success" >退料</el-tag>
</template>
</el-table-column>
<el-table-column label="交接类型" prop="mtype" min-width="80">