Explorar o código

设备数据查询更改

qinhb hai 1 ano
pai
achega
6a491d88ee
Modificáronse 3 ficheiros con 8 adicións e 7 borrados
  1. 1 1
      .env.development
  2. 1 0
      .gitignore
  3. 6 6
      src/views/device/data/index.vue

+ 1 - 1
.env.development

@@ -12,7 +12,7 @@ VITE_APP_UPLOAD_URL = 'http://192.168.101.4:9000'
 # 开发接口地址
 # VITE_APP_API_URL = 'http://192.168.101.4:8078'
 #VITE_APP_API_URL = 'http://192.168.101.188:8078'
- VITE_APP_API_URL = 'http://192.168.101.4:8078'  #lup
+ VITE_APP_API_URL = 'http://192.168.101.188:8078'  #lup
 #VITE_APP_API_URL = 'http://192.168.101.64:8078'  #hetao
 
 # 是否启用 Mock 服务

+ 1 - 0
.gitignore

@@ -16,3 +16,4 @@ dist-ssr
 package-lock.json
 pnpm-lock.yaml
 stats.html
+/docker/.run

+ 6 - 6
src/views/device/data/index.vue

@@ -60,17 +60,17 @@ const searchPage = (params, done) =>{
         props: { label: "deviceName", value: "deviceNo", },
       },
         {
-          label: "任务编号",
+          label: "任务信息",
           prop: "taskNo",
           search: true,
           hide: true,
         },
-        {
+        /*{
           label: "序列号",
           prop: "seqNo",
           search: true,
           hide: true,
-        },
+        },*/
         {
           label: "采集时间",
           prop: "ts",
@@ -123,17 +123,17 @@ option.value = Object.assign(option.value, {
     props: { label: "deviceName", value: "deviceNo", },
   },
     {
-      label: "任务编号",
+      label: "任务信息",
       prop: "taskNo",
       search: true,
       hide: true,
     },
-    {
+   /* {
       label: "序列号",
       prop: "seqNo",
       search: true,
       hide: true,
-    },
+    },*/
     {
       label: "采集时间",
       prop: "ts",