fix:日志固定工艺路线

This commit is contained in:
shijing 2025-02-13 11:02:27 +08:00
parent 9860158c8f
commit 0ddb8ef9d9
1 changed files with 4 additions and 3 deletions

View File

@ -37,11 +37,13 @@
label="#"
type="index"
width="50"
fixed
></el-table-column>
<el-table-column
label="工艺路线"
prop="material_out_name"
min-width="130"
fixed
>
</el-table-column>
<el-table-column
@ -87,9 +89,8 @@
></el-table-column>
<el-table-column label="是否提交">
<template #default="scope">
<el-icon v-if="scope.row.submit_time != null" color="green">
<CircleCheckFilled />
</el-icon>
<el-tag v-if="scope.row.submit_time == null" type="warning">未提交</el-tag>
<el-tag v-else type="success">已提交</el-tag>
</template>
</el-table-column>
<el-table-column