Commit 918c7e51 authored by 左玲玲's avatar 左玲玲 😬

1645

parent 225bf15b
......@@ -158,7 +158,8 @@ function getcolumns(setdrawer, activeKey) {
hideInTable: true,
valueType: 'select',
options: { path: '/auth/sysDepartment/query/organization/selectbox', params: {} },
colProps: { span: 8 }
colProps: { span: 8 },
span: 1
},
{
title: '部门名称',
......@@ -233,7 +234,8 @@ function getcolumns(setdrawer, activeKey) {
key: 'ledgerCustomer',
hideInSearch: true,
hideInTable: true,
hideInForm: true
hideInForm: true,
span: 3
},
{
title: '其他信息',
......
......@@ -154,7 +154,11 @@ const Leasedevice = () => {
csp({ ...val })
}}
toolBarRender={true}
options={false}
options={{
reload: () => {
ledgerCustomer.run()
}
}}
rowKey='ledgerCustomerId'
rowClassName={(record, index) => {
return record.ledgerCustomerId == clickrow?.ledgerCustomerId ? styles.rowClass : ''
......
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