fix u placeholder

This commit is contained in:
baiYue 2026-06-12 14:28:49 +08:00
parent ed6c2ec041
commit d232d6fe97
1 changed files with 2 additions and 2 deletions

View File

@ -935,7 +935,7 @@ QList<MeasureAttributeType> ProjectModelManager::processSpecialAttribute(const Q
} }
else // U else // U
{ {
underDollarValues = QStringList{"ab", "bc", "ca"}; // ✅ 已修正 underDollarValues = QStringList{"a", "b", "c"}; // ✅ 已修正
} }
if (hasSn) if (hasSn)
@ -976,7 +976,7 @@ QList<MeasureAttributeType> ProjectModelManager::processSpecialAttribute(const Q
{ {
QStringList dollarValues = QStringList dollarValues =
(firstChar == 'I') ? QStringList{"A","B","C"} (firstChar == 'I') ? QStringList{"A","B","C"}
: QStringList{"AB","BC","CA"}; : QStringList{"A","B","C"};
if (hasSn) if (hasSn)
{ {