feat: add total_price field and update advanced filter options

Co-authored-by: aider (openai/DeepSeek-V3.2-Thinking) <aider@aider.chat>
This commit is contained in:
dxc
2026-03-02 17:09:25 +08:00
parent 09db84b0ce
commit f4b8acb916
2 changed files with 4 additions and 2 deletions

View File

@ -580,9 +580,9 @@ const fieldOptions = ref([
{ label: '原料成本', value: 'raw_material_cost' },
{ label: '单件成本', value: 'unit_total_cost' },
{ label: '总成本', value: 'total_price' },
{ label: '订单号', value: 'order_id' },
{ label: '售价', value: 'sale_price' },
{ label: '生产负责人', value: 'production_manager' },
{ label: '生产开始', value: 'production_start_time' },
{ label: '生产结束', value: 'production_end_time' },
])
const operatorOptions = ref([
{ label: '等于', value: '=' },