51124216 by xukangle

fix

1 parent 78a27482
...@@ -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 || {}
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!