更改了变量名称
This commit is contained in:
@@ -180,17 +180,17 @@
|
||||
NumberDecimalDigits="1" />
|
||||
|
||||
<syncfusion:GridNumericColumn
|
||||
HeaderText="COND1温度(℃)"
|
||||
HeaderText="COND循环水温(℃)"
|
||||
MappingName="Cond1Temp"
|
||||
NumberDecimalDigits="1" />
|
||||
<syncfusion:GridNumericColumn
|
||||
HeaderText="润滑油压力(BarA)"
|
||||
HeaderText="SUBCOOL出口温度(℃)"
|
||||
MappingName="LubePress"
|
||||
NumberDecimalDigits="2" />
|
||||
NumberDecimalDigits="1" />
|
||||
<syncfusion:GridNumericColumn
|
||||
HeaderText="COND2压力(BarA)"
|
||||
HeaderText="吸气混合器出口温度(℃)"
|
||||
MappingName="Cond2Press"
|
||||
NumberDecimalDigits="2" />
|
||||
NumberDecimalDigits="1" />
|
||||
<syncfusion:GridNumericColumn
|
||||
HeaderText="OCR(%)"
|
||||
MappingName="OCR"
|
||||
@@ -216,7 +216,7 @@
|
||||
MappingName="OS1Temp"
|
||||
NumberDecimalDigits="1" />
|
||||
<syncfusion:GridNumericColumn
|
||||
HeaderText="OS2温度(℃)"
|
||||
HeaderText="H1出口温度(℃)"
|
||||
MappingName="OS2Temp"
|
||||
NumberDecimalDigits="1" />
|
||||
<syncfusion:GridNumericColumn
|
||||
@@ -224,7 +224,7 @@
|
||||
MappingName="EVAPExpTemp"
|
||||
NumberDecimalDigits="1" />
|
||||
<syncfusion:GridNumericColumn
|
||||
HeaderText="COND2温度(℃)"
|
||||
HeaderText="H5吸气混合器温度(℃)"
|
||||
MappingName="Cond2Temp"
|
||||
NumberDecimalDigits="1" />
|
||||
|
||||
@@ -251,10 +251,17 @@
|
||||
MappingName="PTCFlow"
|
||||
NumberDecimalDigits="1" />
|
||||
<syncfusion:GridNumericColumn
|
||||
HeaderText="PTC功率(W)"
|
||||
MappingName="PTCPw"
|
||||
HeaderText="PTC功率1(W)"
|
||||
MappingName="PTCPw1"
|
||||
NumberDecimalDigits="0" />
|
||||
<syncfusion:GridNumericColumn
|
||||
HeaderText="PTC功率2(W)"
|
||||
MappingName="PTCPw2"
|
||||
NumberDecimalDigits="0" />
|
||||
<syncfusion:GridNumericColumn
|
||||
HeaderText="干度"
|
||||
MappingName="Dryness"
|
||||
NumberDecimalDigits="0" />
|
||||
|
||||
</syncfusion:SfDataGrid.Columns>
|
||||
</syncfusion:SfDataGrid>
|
||||
<Grid Grid.Row="1">
|
||||
|
||||
Reference in New Issue
Block a user