06bf4dcd by renchao@pashanhoo.com

Merge branch 'dev' of http://yun.pashanhoo.com:9090/bdc/bdcdj-web into dev

2 parents 281877a1 5cc1192e
...@@ -65,6 +65,11 @@ class data extends filter { ...@@ -65,6 +65,11 @@ class data extends filter {
65 width: '200' 65 width: '200'
66 }, 66 },
67 { 67 {
68 prop: "djqxmc",
69 label: "登记情形",
70 width: '200'
71 },
72 {
68 label: "权利人", 73 label: "权利人",
69 width: '120', 74 width: '120',
70 render: (h, scope) => { 75 render: (h, scope) => {
......