licp
2024-03-29 41cad2434411b2eac1b9814d47d06e34c291f285
src/views/equipment/metering/index.vue
@@ -51,7 +51,7 @@
      </el-dialog>
    </div>
  </template>
  <script>
  import { delObj, fetchList,pullEquip } from '@/api/equipment/metering'
  import TableForm from './metering-form'
@@ -156,7 +156,7 @@
              isSearch: true,
              searchInfoType: 'datetime'
            },
            {
              minWidth: '150',
              width: '150',
@@ -342,11 +342,11 @@
              printable: 'printMetering',//页面
              type: "html",//文档类型
                maxWidth:450,
                targetStyles:['*'],
                targetStyles:['*'],
                style: `@page {
                  margin:0;
                  padding: 0;
                  size: 360px 170px;
                  size: 360px 170px landscape;
                }
                html{
                  zoom:100%;
@@ -425,4 +425,3 @@
    }
  }
  </script>