Commit 76e1ec43 authored by 左玲玲's avatar 左玲玲 😬

1124

parent f9ec383b
...@@ -12,16 +12,18 @@ const columnsa = [ ...@@ -12,16 +12,18 @@ const columnsa = [
key: 'ledgerCustomer' key: 'ledgerCustomer'
}, },
{ {
title: '租赁数量', title: '台数',
dataIndex: 'deviceNum', dataIndex: 'deviceNum',
key: 'deviceNum', key: 'deviceNum',
search: false search: false,
width: 80
}, },
{ {
title: '使用率', title: '使用率',
dataIndex: 'rate', dataIndex: 'rate',
key: 'rate', key: 'rate',
search: false search: false,
width: 80
}, },
], ],
columnsb = [ columnsb = [
......
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