fix u placeholder
This commit is contained in:
parent
ed6c2ec041
commit
d232d6fe97
|
|
@ -935,7 +935,7 @@ QList<MeasureAttributeType> ProjectModelManager::processSpecialAttribute(const Q
|
|||
}
|
||||
else // U
|
||||
{
|
||||
underDollarValues = QStringList{"ab", "bc", "ca"}; // ✅ 已修正
|
||||
underDollarValues = QStringList{"a", "b", "c"}; // ✅ 已修正
|
||||
}
|
||||
|
||||
if (hasSn)
|
||||
|
|
@ -976,7 +976,7 @@ QList<MeasureAttributeType> ProjectModelManager::processSpecialAttribute(const Q
|
|||
{
|
||||
QStringList dollarValues =
|
||||
(firstChar == 'I') ? QStringList{"A","B","C"}
|
||||
: QStringList{"AB","BC","CA"};
|
||||
: QStringList{"A","B","C"};
|
||||
|
||||
if (hasSn)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue