-
- {t(subTypeMap[type]?.label as any)}
- {currentSubLevel &&
- `(${t(standardSubLevelMap[currentSubLevel]?.label as any)})`}
+
+
+
+
+
+ {t(subTypeMap[type]?.label as any)}
+ {currentSubLevel &&
+ `(${t(standardSubLevelMap[currentSubLevel]?.label as any)})`}
+
+
+
|
{datasetSize ? `${datasetSize + t('common:core.dataset.data.group')}` : '-'}
@@ -89,8 +132,8 @@ const StandDetailModal = ({ onClose }: { onClose: () => void }) => {
? `${Math.round(totalPoints - surplusPoints)} / ${totalPoints} ${t('common:support.wallet.subscription.point')}`
: '-'}
|
- {formatTime2YMDHM(startTime)} |
- {formatTime2YMDHM(expiredTime)} |
+ {formatTime2YMDHM(startTime)} |
+ {formatTime2YMDHM(expiredTime)} |
);
}
@@ -100,14 +143,56 @@ const StandDetailModal = ({ onClose }: { onClose: () => void }) => {