fix:fmlog工艺路线显示routepack_name

This commit is contained in:
shijing 2024-09-05 17:17:13 +08:00
parent 997a1e71ef
commit 8eaf952916
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@
<el-option
v-for="item in routeOptions"
:key="item.id"
:label="item.process_name"
:label="item.routepack_name"
:value="item.id"
>
<span