06877e19 by xukangle

fix

1 parent e1ad4fc7
...@@ -41,7 +41,7 @@ const tableInfo = ref({ ...@@ -41,7 +41,7 @@ const tableInfo = ref({
41 }, 41 },
42 { label: "数据类型", field: "damTypeName", width: 100 }, 42 { label: "数据类型", field: "damTypeName", width: 100 },
43 { 43 {
44 label: '权力主体', field: 'rightMain', width: 100, 44 label: '权力主体', field: 'rightMainName', width: 100,
45 }, 45 },
46 { 46 {
47 label: "是否公共数据", field: "isPublicData", width: 120, getName: (scope) => { 47 label: "是否公共数据", field: "isPublicData", width: 120, getName: (scope) => {
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!