@@ -150,7 +150,7 @@ const detailTableSchema = reactive<TableItem[]>([
<>
{row.fileType !== 3 && row.countNum > 0 && (
<el-button type="primary" link onClick={() => handlePreviewOrder(row)}>
- {row.countNum}
+ 预览
</el-button>
)}
<el-button