fix:玻纤日志区别返工和正常

This commit is contained in:
shijing 2025-02-26 15:40:59 +08:00
parent b83a58e5fd
commit e1430ec91a
1 changed files with 4 additions and 0 deletions

View File

@ -53,6 +53,10 @@
min-width="130"
fixed
>
<template #default="scope">
<span v-if="scope.row.material_out_name!==null">{{scope.row.material_out_name}}</span>
<span v-else>返工</span>
</template>
</el-table-column>
<el-table-column
label="预计工时"