@@ -201,15 +201,15 @@
},
{
label: '文档位置',
- prop: 'typeName',
+ prop: 'directoryPath',
width: 180,
align: 'center',
fixed: 'left',
showOverflowTooltip: true,
- formatter: () => {
- // 优先使用fullPath,如果没有则回退到name
- return this.parentData?.fullPath || this.parentData?.name || '';
- }
+ // formatter: () => {
+ // // 优先使用fullPath,如果没有则回退到name
+ // return this.parentData?.fullPath || this.parentData?.name || '';
+ // }
label: '编码',
@@ -118,15 +118,15 @@
- return this.curNodeData?.fullPath || this.curNodeData?.name || '';
+ // return this.curNodeData?.fullPath || this.curNodeData?.name || '';