fix
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -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) => { | ... | ... |
-
Please register or sign in to post a comment