已办箱添加登记情形字段显示
Showing
1 changed file
with
5 additions
and
0 deletions
... | @@ -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) => { | ... | ... |
-
Please register or sign in to post a comment