Commit 84e06446 authored by 卢均锐's avatar 卢均锐

chore: 业务请款-金额显示格式

parent 6d2eedc7
......@@ -489,6 +489,7 @@ const Add = () => {
key: 'billAmount',
dataIndex: 'billAmount',
width: 150,
render: (text: any) => ${priceFormat(text)}`
}, {
title: '含税/税率',
key: 'taxRate',
......
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