fix
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -78,7 +78,7 @@ const tableInfo = ref({ | ... | @@ -78,7 +78,7 @@ const tableInfo = ref({ |
| 78 | return scope.row.isPublicData == 'Y' ? '是' : '否'; | 78 | return scope.row.isPublicData == 'Y' ? '是' : '否'; |
| 79 | } | 79 | } |
| 80 | }, | 80 | }, |
| 81 | { label: "数交所名称", field: "exchangeName", width: 140 }, | 81 | { label: "上架分类", field: "exchangeName", width: 140 }, |
| 82 | { | 82 | { |
| 83 | label: "审核状态", field: "approveState", width: TableColumnWidth.STATE, align: 'center', type: "tag", getName: (scope) => { | 83 | label: "审核状态", field: "approveState", width: TableColumnWidth.STATE, align: 'center', type: "tag", getName: (scope) => { |
| 84 | const approveVO = scope.row.approveVO || {} | 84 | const approveVO = scope.row.approveVO || {} | ... | ... |
-
Please register or sign in to post a comment