sgj
4 天以前 3a6eaca0a2374a17a10a0d5f15541dcb1697f0ae
fzzy-igdss-view/src/main/java/com/fzzy/igds/SecCamera.view.xml
@@ -556,7 +556,7 @@
      return;
   }
   
   var url = "./basic/security/video-play?cameraId="+cur.get("id")+"&playType="+playType+"&time="+ new Date().getTime();
   var url = "./security/video-play?cameraId="+cur.get("id")+"&playType="+playType+"&time="+ new Date().getTime();
   
   view.get("#iFrameVideo").set("path",url);
   view.get("#dialogVideo").show();
@@ -580,7 +580,7 @@
    <Container>
      <Property name="className">c-param</Property>
      <AutoForm>
        <Property name="cols">*,*,*,*,90,90</Property>
        <Property name="cols">*,*,*,*,90,90,120</Property>
        <Property name="dataSet">dsParam</Property>
        <Property name="labelAlign">right</Property>
        <Property name="labelWidth">100</Property>
@@ -617,6 +617,15 @@
          <Property name="exClassName">btn-q2</Property>
          <Property name="iconClass">fa fa-refresh</Property>
        </Button>
        <Button>
          <ClientEvent name="onClick">
            var url = &quot;/com.fzzy.igds.ConfByDept.d&quot;;&#xD;
            window.$openTab(&quot;库区配置&quot;, url);
          </ClientEvent>
          <Property name="caption">库区配置</Property>
          <Property name="exClassName">btn-q1</Property>
          <Property name="iconClass">fa fa-plus-square</Property>
        </Button>
      </AutoForm>
    </Container>
    <Container>