瀏覽代碼

修改 弹窗

rui.jiang 3 月之前
父節點
當前提交
b4b5346adc
共有 3 個文件被更改,包括 13 次插入7 次删除
  1. 2 2
      src/views/admin/cockpitManage/component/leftdata.vue
  2. 9 3
      src/views/health/vibration.vue
  3. 2 2
      vue.config.js

+ 2 - 2
src/views/admin/cockpitManage/component/leftdata.vue

@@ -20,7 +20,7 @@
         </div>
       </div>
 
-      <el-dialog title="未关联任务统计表" :visible.sync="glShow" width="45%">
+      <el-dialog title="未分析任务统计表" :visible.sync="glShow" width="45%">
         <!-- 外部容器设置最大高度和滚动条 -->
         <div style="max-height: 400px; overflow-y: auto">
           <el-table :data="glData" style="width: 100%">
@@ -54,7 +54,7 @@
         </div>
       </el-dialog>
 
-      <el-dialog title="分析异常统计表" :visible.sync="YCShow" width="45%">
+      <el-dialog title="分析失败统计表" :visible.sync="YCShow" width="45%">
         <div style="max-height: 400px; overflow-y: auto">
           <el-table :data="FXData" style="width: 100%">
             <el-table-column prop="fieldName" label="风场名称" width="180">

+ 9 - 3
src/views/health/vibration.vue

@@ -30,7 +30,7 @@
       <p>
         单位:
         <selecttree
-          style="width: 220px"
+          style="width: 180px"
           placeholder="请选择所属公司"
           :list="parentOpt"
           type="1"
@@ -47,7 +47,8 @@
       <p>
         风机:
         <el-select
-          v-model="unitvalue"
+            style="width: 150px"
+          v-model="unitvale"
           @change="getchedian"
           size="small"
           placeholder="请选择"
@@ -253,7 +254,7 @@ export default {
     return {
       chartData: [],
       chartLabels: [],
-
+      unitvale: "",
       company: "",
       companyoptions: [],
       unitvalue: "",
@@ -848,9 +849,14 @@ export default {
   height: 0px; /* Adjust height when minimized */
   overflow: hidden;
 }
+
 // ::v-deep .current-row td {
 //   background-color: rgba(147, 226, 226, 0.2) !important; /* 高亮的背景颜色 */
 //   color: #088080;
 //   font-weight: 600;
 // }
+
+.el-input__inner{
+width: 340px;
+}
 </style>

+ 2 - 2
vue.config.js

@@ -66,8 +66,8 @@ module.exports = {
         // target: "http://192.168.5.4:16200", // 石月
         // target: "http://192.168.50.235:16200", // 内网
         // target: "http://192.168.5.15:16200",
-        target: "http://192.168.50.235:16500", //演示环境
-        // target: "http://106.120.102.238:26500", //外网演示环境
+        // target: "http://192.168.50.235:16500", //演示环境
+        target: "http://106.120.102.238:26500", //外网演示环境
         // target: "http://106.120.102.238:16700", // 外网16700  生产16600
         // target: "http://10.96.137.5",
         changeOrigin: true,