fix: correct advanced filter field options in semi.vue

Co-authored-by: aider (openai/DeepSeek-V3.2-Thinking) <aider@aider.chat>
This commit is contained in:
dxc
2026-03-02 16:54:47 +08:00
parent 71e763bcb6
commit 06ec540c41

View File

@ -643,12 +643,13 @@ const fieldOptions = ref([
{ label: 'BOM编号', value: 'bom_code' },
{ label: 'BOM版本', value: 'bom_version' },
{ label: '工单号', value: 'work_order_code' },
{ label: '原料成本', value: 'raw_material_cost' },
{ label: '单件成本', value: 'unit_total_cost' },
{ label: '估算成本', value: 'raw_material_cost' },
{ label: '基于BOM成本', value: 'unit_total_cost' },
{ label: '总成本', value: 'total_price' },
{ label: '生产负责人', value: 'production_manager' },
{ label: '生产开始', value: 'production_start_time' },
{ label: '生产时间', value: 'production_start_time' },
{ label: '生产结束', value: 'production_end_time' },
{ label: '详情链接', value: 'detail_link' },
])
const operatorOptions = ref([
{ label: '等于', value: '=' },