15845b6f by 任超

style:申请业务规则

1 parent d73f1033
...@@ -31,18 +31,14 @@ class data extends filter { ...@@ -31,18 +31,14 @@ class data extends filter {
31 31
32 }, 32 },
33 { 33 {
34 prop: "djywbm", 34 prop: "nodecode",
35 label: "登记业务编码", 35 label: "权利类型编码",
36 }, 36 },
37 { 37 {
38 prop: "nodename",// 38 prop: "nodename",
39 label: "权利类型", 39 label: "权利类型",
40 }, 40 },
41 { 41 {
42 prop: "fqywdylx",
43 label: "发起业务单元类型",
44 },
45 {
46 label: "是否启用", 42 label: "是否启用",
47 render: (h, scope) => { 43 render: (h, scope) => {
48 return ( 44 return (
......