mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 10:46:00 +00:00
fix
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user