|
|
@@ -119,12 +119,12 @@ export default {
|
|
|
// 示例数据
|
|
|
this.graphData = {
|
|
|
nodes: [
|
|
|
- { id: 'node1', name: '债务', type: 'center', x: 275, y: 150, size: 20, color: '#ff6b35' },
|
|
|
- { id: 'node2', name: '大连迈世农业发展有限公司', type: 'user', x: 275, y: 150, size: 15, color: '#8b5cf6' },
|
|
|
- { id: 'node3', name: '迈世集团有限公司', type: 'product', x: 275, y: 150, size: 15, color: '#3b82f6' },
|
|
|
- { id: 'node4', name: '宜居园81号2单元1层1号房屋', type: 'category', x: 275, y: 150, size: 15, color: '#10b981' },
|
|
|
- { id: 'node6', name: '景山东园7号13层2号房屋', type: 'category', x: 275, y: 150, size: 15, color: '#10b981' },
|
|
|
- { id: 'node5', name: '中信银行股份有限公司大连分行', type: 'service', x: 275, y: 150, size: 15, color: '#6366f1' }
|
|
|
+ { id: 'node1','nodeType':1, name: '债务', type: 'center', x: 275, y: 150, size: 20, color: '#ff6b35' },
|
|
|
+ { id: 'node2','nodeType':2, name: '大连迈世农业发展有限公司', type: 'user', x: 275, y: 150, size: 15, color: '#8b5cf6' },
|
|
|
+ { id: 'node3','nodeType':3, name: '迈世集团有限公司', type: 'product', x: 275, y: 150, size: 15, color: '#3b82f6' },
|
|
|
+ { id: 'node4','nodeType':4, name: '宜居园81号2单元1层1号房屋', type: 'category', x: 275, y: 150, size: 15, color: '#10b981' },
|
|
|
+ { id: 'node6','nodeType':4, name: '景山东园7号13层2号房屋', type: 'category', x: 275, y: 150, size: 15, color: '#10b981' },
|
|
|
+ { id: 'node5','nodeType':5, name: '中信银行股份有限公司大连分行', type: 'service', x: 275, y: 150, size: 15, color: '#6366f1' }
|
|
|
],
|
|
|
links: [
|
|
|
{ source: 'node1', target: 'node2' },
|