|
@@ -38,7 +38,7 @@ const { selectedRow, rowKey, expandKeys, rowClick } = useComposeTable<Model.TaAc
|
|
|
const { componentRef, componentId, openComponent, closeComponent } = useComponent()
|
|
const { componentRef, componentId, openComponent, closeComponent } = useComponent()
|
|
|
|
|
|
|
|
const tableColumns = shallowRef<Model.TableColumn[]>([
|
|
const tableColumns = shallowRef<Model.TableColumn[]>([
|
|
|
- { prop: 'accountid', label: '资金账号', decimal: 2 },
|
|
|
|
|
|
|
+ { prop: 'accountid', label: '资金账号', width: 160 },
|
|
|
{ prop: 'balance', label: '期初余额', decimal: 2 },
|
|
{ prop: 'balance', label: '期初余额', decimal: 2 },
|
|
|
{ prop: 'currentbalance', label: '期末余额', decimal: 2 },
|
|
{ prop: 'currentbalance', label: '期末余额', decimal: 2 },
|
|
|
{ prop: 'avaiableMoney', label: '可用资金', decimal: 2 },
|
|
{ prop: 'avaiableMoney', label: '可用资金', decimal: 2 },
|