浏览代码

系数常数错误样式

reaper 4 年之前
父节点
当前提交
922b52cdb8

+ 5 - 1
src/components/knowledgeExtra/AddAssess/index.vue

@@ -31,6 +31,10 @@
           }
           .num {
             display: flex;
+            /deep/.el-form-item__error{
+              width: 100px;
+              margin-left: -20px;
+            }
           }
         }
       }
@@ -58,7 +62,7 @@
   .hint_msg {
     font-size: 12px;
     color: red;
-    margin-top: 5px;
+    margin-top: 14px;
   }
   .change_table_btns {
     width: 100%;

+ 0 - 2
src/components/knowledgeExtra/AddAssess/scale-table.vue

@@ -342,8 +342,6 @@
         >
           <template slot-scope="scope">
             <el-form-item
-              :prop="`klScaleParent[${tableIndex}].klScaleSaveGroup[${scope.$index}].ruleCode`"
-              :rules="rules.ruleCode"
               ><el-select
                 clearable
                 remote

+ 2 - 2
vue.config.js

@@ -1,6 +1,6 @@
 const path = require('path');
-const proxy_path = 'http://192.168.2.241:88';
-// const proxy_path = 'http://192.168.2.236:88';
+// const proxy_path = 'http://192.168.2.241:88';
+const proxy_path = 'http://192.168.2.236:88';
 // const proxy_path = 'http://192.168.3.101:5050';
 // const proxy_path = 'http://192.168.3.117:5050';//周铁刚
 // const proxy_path = 'http://192.168.3.113:5050'; //王峰