Commit 4c5dc717 by 张恒

fix(gylx): 修正工序类型配置中的字段标题显示

- 将'额工时定'更正为'额定工时'以符合业务术语规范
parent 319e2d00
......@@ -595,7 +595,7 @@ export const formProps: FormProps = {
{ name: 'category_id', tableTitle: '工序类别' },
{ name: 'id', tableTitle: 'ID' },
{ tableTitle: '采集方案ID', name: 'collection_scheme_id' },
{ name: 'rated_working_hours', tableTitle: '额工时定' },
{ name: 'rated_working_hours', tableTitle: '额定工时' },
],
},
itemId: '',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment