Commit b847690b authored by beisir's avatar beisir

fix: 账单列表,笔数列-金额修改为改笔数

parent 94194a9a
...@@ -85,7 +85,7 @@ export function columns(pages) { ...@@ -85,7 +85,7 @@ export function columns(pages) {
hideInSearch: true, hideInSearch: true,
align: 'center', align: 'center',
render: (value, row) => { render: (value, row) => {
const msg = row.billType === 20 ? <div>包含赔付金额</div> : null; const msg = row.billType === 20 ? <div>包含赔付笔数</div> : null;
return ( return (
<div> <div>
<div>{value}</div> <div>{value}</div>
......
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