From 00a5f4a3bd624a2f7c07858e4c589e790805e6e2 Mon Sep 17 00:00:00 2001 From: lupeng_zz <1486083023@qq.com> Date: Tue, 19 May 2026 16:54:18 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=AD=E8=8B=B1=E6=96=87?= =?UTF-8?q?=E6=BB=9A=E5=8A=A8=E6=9D=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/dev-en.js | 1078 +++++++++++++++++++++++---------------------- scripts/dev.js | 29 +- 2 files changed, 566 insertions(+), 541 deletions(-) diff --git a/scripts/dev-en.js b/scripts/dev-en.js index 732fc81..c91fa5c 100644 --- a/scripts/dev-en.js +++ b/scripts/dev-en.js @@ -1,532 +1,560 @@ var devcomponent_en = { - template: ` -
- -
- - Well - Instrument - - -
- - Search - Add -
- -
- - - - -
+ template:` +
+
+ + Well + Equipment + + +
+ + Search + Add +
+ +
+ + + + + +
- -
- - - - - - - - - - - - -
- - -
- Search - Download Instrument List - Download Well -
-
- - -
- - - - - - - - - - - - - - - -
- - -
-
- - -
- - - - - - - - - - - - - - - - - - - - - - - - -
- - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Cancel - OK - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Cancel - OK - - -
- `, + +
+ + + + + + + + + + + + + Search + Exp Inst + Exp Well +
+
+
+ + + + + + + + + + + + + + +
+
+ + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cancel + Confirm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cancel + Confirm + + +
+ `, data() { let screenW = window.screen.width; let screenH = window.innerHeight; diff --git a/scripts/dev.js b/scripts/dev.js index d913275..d633ad5 100644 --- a/scripts/dev.js +++ b/scripts/dev.js @@ -1,5 +1,4 @@ -//组件 - var devcomponent = { +var devcomponent = { template:`
@@ -53,11 +52,11 @@ 导出井位明细
-
+
@@ -561,14 +560,13 @@ console.log("screen width:",screenW); console.log("screen height:",screenH); return { - tHeight:screenH-192, - tHeight1:screenH*0.5, - tableData: Array(0), - input:'', - currentPage: 1, - pagesize:50, - recordTotal:0, - radio1:'1', + tHeight1: screenH * 0.5, + tableData: [], + input: '', + currentPage: 1, + pagesize: 50, + recordTotal: 0, + radio1: '1', // 设备列表相关数据 devListTableData: [], @@ -587,8 +585,8 @@ devWellnameOptions: [], devEngineerOptions: [], - devCurrentPage: 1, - devPagesize: 50, + devCurrentPage: 1, + devPagesize: 50, devRecordTotal: 0, pdf_visible:false, @@ -1254,7 +1252,6 @@ }); }, - - } + } } \ No newline at end of file