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