生产完成率tag修改

This commit is contained in:
17630416519 2026-01-23 17:24:14 +08:00
parent 51f57889c6
commit 38331e6a05

View File

@ -107,7 +107,7 @@
</td>
<td>
<el-tag :type="getStatusTagType(item.status)">
{{ getStatusText(item.status) }}
{{ item.status }}
</el-tag>
</td>
</tr>