huk 3 年之前
父節點
當前提交
326647979a
共有 2 個文件被更改,包括 14 次插入3 次删除
  1. 1 1
      config/index.js
  2. 13 2
      src/views/RMS/components/addCarrier.vue

+ 1 - 1
config/index.js

@@ -56,7 +56,7 @@ let proxyTable = {
   },
   // 所有数据的请求域名地址
   "/api/v1": {
-    target: "http://192.168.1.114:8080",
+    target: "http://172.16.33.166:8080",
     ws: true,
     pathRewrite: {
       "^/api/v1": "/api/v1"

+ 13 - 2
src/views/RMS/components/addCarrier.vue

@@ -3,8 +3,8 @@
   <div class="addWagonLoad">
     <PageTitle @click="onClick">返回</PageTitle>
     <div class="user_code">
-        <span>账号:</span>
-        <el-input></el-input>
+      <span class="text">账号:</span>
+      <el-input class="input" placeholder="请输入内容" v-model="input" clearable> </el-input>
     </div>
     <div class="form-box" style="margin-right: 10rem">
       <dil-form :formId="330" v-model="form1"></dil-form>
@@ -266,6 +266,17 @@ export default {
 };
 </script>
 <style lang='scss' >
+.user_code {
+  display: flex;
+  justify-content: center;
+  .text{
+    display: flex;
+    align-items: center;
+  }
+  .input{
+    width: 250px;
+  }
+}
 .button-box {
   display: flex;
   text-align: center;