51124216 by xukangle

fix

1 parent 78a27482
......@@ -78,7 +78,7 @@ const tableInfo = ref({
return scope.row.isPublicData == 'Y' ? '是' : '否';
}
},
{ label: "数交所名称", field: "exchangeName", width: 140 },
{ label: "上架分类", field: "exchangeName", width: 140 },
{
label: "审核状态", field: "approveState", width: TableColumnWidth.STATE, align: 'center', type: "tag", getName: (scope) => {
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!