Преглед на файлове

大屏修改
内嵌DataV报表

zhangshuling преди 1 година
родител
ревизия
09a87f5211
променени са 5 файла, в които са добавени 100 реда и са изтрити 8 реда
  1. 8 8
      xzl-ui/src/views/monitor/map/warn1.vue
  2. 23 0
      xzl-ui/src/views/report/r1.vue
  3. 23 0
      xzl-ui/src/views/report/r2.vue
  4. 23 0
      xzl-ui/src/views/report/r3.vue
  5. 23 0
      xzl-ui/src/views/report/r4.vue

+ 8 - 8
xzl-ui/src/views/monitor/map/warn1.vue

@@ -2,7 +2,7 @@
   <div>
     <div
       style="position: absolute; width: 200px; opacity: 0.8; z-index: 1999; padding: 8px; top:6px; left: 6px; background: #fff; border-radius: 8px;">
-      <button @click="uploadFile" style="width: 98%; text-align: center">导入警零售户</button>
+      <button @click="uploadFile" style="width: 98%; text-align: center">导入警零售户</button>
     </div>
     <div id="container" v-bind:style="'width: 100%;border: 1px solid #cecece;height:'+pageHeight*0.9+'px;'">
     </div>
@@ -25,7 +25,7 @@
         <div class="el-upload__text">将文件拖到此处,或<em>点击上传</em></div>
         <div class="el-upload__tip text-center" slot="tip">
           <span>仅允许导入xls、xlsx格式文件。</span>
-          <a href="/illegal_customer_template.xlsx" style="padding-left:10px; color: coral">下载警零售户模板</a>
+          <a href="/illegal_customer_template.xlsx" style="padding-left:10px; color: coral">下载警零售户模板</a>
         </div>
       </el-upload>
       <div slot="footer" class="dialog-footer">
@@ -35,7 +35,7 @@
     </el-dialog>
 
     <div class="scroll-box">
-      <h3>警零售户列表</h3>
+      <h3>警零售户列表</h3>
       <div class="scroll-item">
         <vue-seamless-scroll :data="list" class="warp">
           <div v-for="c in list" class="customer-info">
@@ -49,7 +49,7 @@
                 <td>{{c.customerName}}</td>
               </tr>
               <tr>
-                <td>警类型</td>
+                <td>警类型</td>
                 <td>{{typeItems[c.illegalType].typeName}}</td>
               </tr>
               <tr>
@@ -103,7 +103,7 @@
         },
         typeItems: {
           '1': {color: 'red', 'typeName': '许可证异常信息'},
-          '2': {color: 'orange', 'typeName': '经营户警信息'},
+          '2': {color: 'orange', 'typeName': '经营户警信息'},
           '3': {color: 'yellow', 'typeName': '真烟外流信息进行数据关链'},
           '4': {color: 'blue', 'typeName': '产生许可证异常预警'},
           '5': {color: 'green', 'typeName': '内管黑名单预警'},
@@ -245,9 +245,9 @@
                 + '<li ><span>零售户名称:</span>' + o.customerName + '</li>'
                 + '<li ><span>许可证号:</span>' + o.licenceNo + '</li>'
                 + '<li ><span>地址:</span>' + o.address + '</li>'
-                + '<li ><span>警类型:</span>' + ct.typeName + '</li>'
+                + '<li ><span>警类型:</span>' + ct.typeName + '</li>'
                 + '</ul>';
-              t.$alert(content, '零售户警信息', {
+              t.$alert(content, '零售户警信息', {
                 dangerouslyUseHTMLString: true
               });
             });
@@ -255,7 +255,7 @@
         })
       },
       uploadFile() {
-        this.upload.title = "导入警零售户";
+        this.upload.title = "导入警零售户";
         this.upload.open = true;
       }
       ,

+ 23 - 0
xzl-ui/src/views/report/r1.vue

@@ -0,0 +1,23 @@
+<template>
+  <div id="screen" >
+    <iframe frameborder="no" src="http://10.70.192.23:7001/share/ed5486a6-a22a-43bf-9099-b3795fea3bc9" width="100%" height="100%"></iframe>
+  </div>
+</template>
+<script>
+  export default {
+    name: "r1",
+  };
+</script>
+
+<style>
+  #screen{
+    padding:0px;
+    margin:0px;
+    position:absolute;
+    top:0px;
+    left:0px;
+    width:100%;
+    height:100%;
+    border:hidden;
+  }
+</style>

+ 23 - 0
xzl-ui/src/views/report/r2.vue

@@ -0,0 +1,23 @@
+<template>
+  <div id="screen" >
+    <iframe frameborder="no" src="http://10.70.192.23:7001/share/55943351-5475-4905-8d9a-b091f5fd027e" width="100%" height="100%"></iframe>
+  </div>
+</template>
+<script>
+  export default {
+    name: "r2",
+  };
+</script>
+
+<style>
+  #screen{
+    padding:0px;
+    margin:0px;
+    position:absolute;
+    top:0px;
+    left:0px;
+    width:100%;
+    height:100%;
+    border:hidden;
+  }
+</style>

+ 23 - 0
xzl-ui/src/views/report/r3.vue

@@ -0,0 +1,23 @@
+<template>
+  <div id="screen" >
+    <iframe frameborder="no" src="http://10.70.192.23:7001/share/92a1caf0-4d93-4128-a115-e00eaf43cf45" width="100%" height="100%"></iframe>
+  </div>
+</template>
+<script>
+  export default {
+    name: "r3",
+  };
+</script>
+
+<style>
+  #screen{
+    padding:0px;
+    margin:0px;
+    position:absolute;
+    top:0px;
+    left:0px;
+    width:100%;
+    height:100%;
+    border:hidden;
+  }
+</style>

+ 23 - 0
xzl-ui/src/views/report/r4.vue

@@ -0,0 +1,23 @@
+<template>
+  <div id="screen" >
+    <iframe frameborder="no" src="http://10.70.192.23:7001/share/5ab3b066-5705-4558-ab20-7e789a5a7e47" width="100%" height="100%"></iframe>
+  </div>
+</template>
+<script>
+  export default {
+    name: "r4",
+  };
+</script>
+
+<style>
+  #screen{
+    padding:0px;
+    margin:0px;
+    position:absolute;
+    top:0px;
+    left:0px;
+    width:100%;
+    height:100%;
+    border:hidden;
+  }
+</style>