Correzione
This commit is contained in:
@@ -121,9 +121,9 @@
|
||||
<span class="input-group-text" style="width:6rem; background-color:#e9ecef">
|
||||
@(CurrSashDim.SelMeasureType.ToString() switch
|
||||
{
|
||||
"Absolute" => "mm",
|
||||
"Proportional" => "*",
|
||||
"Percentage" => "%",
|
||||
"ABSOLUTE" => "mm",
|
||||
"PROPORTIONAL" => "*",
|
||||
"PERCENTAGE" => "%",
|
||||
_ => CurrSashDim.SelMeasureType.ToString()
|
||||
})
|
||||
</span>
|
||||
|
||||
@@ -13,9 +13,9 @@
|
||||
<span class="input-group-text" style="width:6rem; background-color:#e9ecef">
|
||||
@(CurrRec.SelMeasureType.ToString() switch
|
||||
{
|
||||
"Absolute" => "mm",
|
||||
"Proportional" => "*",
|
||||
"Percentage" => "%",
|
||||
"ABSOLUTE" => "mm",
|
||||
"PROPORTIONAL" => "*",
|
||||
"PERCENTAGE" => "%",
|
||||
_ => CurrRec.SelMeasureType.ToString()
|
||||
})
|
||||
</span>
|
||||
|
||||
Reference in New Issue
Block a user