mirror of
https://github.com/dbgate/dbgate
synced 2024-11-07 20:26:23 +00:00
fix
This commit is contained in:
parent
7a3c46b691
commit
1d85a17533
@ -200,7 +200,7 @@ export class PerspectiveDisplay {
|
||||
for (const sourceRow of sourceRows) {
|
||||
// console.log('PROCESS SOURCE', sourceRow);
|
||||
// row.startIndex = startIndex;
|
||||
const rowData = columnNodes.map(node => sourceRow[node.fieldName]);
|
||||
const rowData = columnNodes.map(node => sourceRow[node.columnName]);
|
||||
const subRowCollections = [];
|
||||
|
||||
for (const node of treeNodes) {
|
||||
|
@ -606,6 +606,7 @@ export class PerspectiveTableColumnNode extends PerspectiveTreeNode {
|
||||
|
||||
get fieldName() {
|
||||
return this.codeName + 'Ref';
|
||||
// return this.codeName ;
|
||||
}
|
||||
|
||||
get title() {
|
||||
|
Loading…
Reference in New Issue
Block a user