jiazx0107
2026-01-17 7411561962ca6e45e32844d7a626a6e89b8292e5
fzzy-igdss-view/src/main/java/com/fzzy/igds/DeviceIot.view.xml
@@ -158,19 +158,19 @@
          <Property name="width">160</Property>
        </DataColumn>
      </DataGrid>
    </Container>
    <Container layoutConstraint="bottom">
      <Property name="className">c-bottom</Property>
      <DataPilot layoutConstraint="right">
        <Property name="dataSet">dsDeviceIot</Property>
        <Property name="itemCodes">pageSize,pages</Property>
      </DataPilot>
      <ToolBar layoutConstraint="bottom">
        <Fill/>
        <DataPilot layoutConstraint="right">
          <Property name="itemCodes">pageSize,pages</Property>
          <Property name="dataSet">dsDeviceIot</Property>
        </DataPilot>
      </ToolBar>
    </Container>
    <Dialog id="dialogDeviceIot" layout="regionPadding:8">
      <ClientEvent name="onHide">view.id(&quot;dsDeviceIot&quot;).getData().cancel();</ClientEvent>
      <Property name="iconClass">fa fa-tasks</Property>
      <Property name="caption">设备信息</Property>
      <Property name="width">800</Property>
      <Property name="width">60%</Property>
      <Buttons>
        <Button>
          <Property name="action">actionDeviceIotSave</Property>