LAPTOP-16IUEB3P\Lenovo %!s(int64=2) %!d(string=hai) anos
pai
achega
60b52c5ec6
Modificáronse 2 ficheiros con 4 adicións e 8 borrados
  1. 2 6
      src/views/productionPlan/components/detail/plan.vue
  2. 2 2
      vue.config.js

+ 2 - 6
src/views/productionPlan/components/detail/plan.vue

@@ -34,14 +34,10 @@
       <!-- <el-descriptions-item label="已成型数量">已成型数量</el-descriptions-item>
       <el-descriptions-item label="未成型数量">未成型数量</el-descriptions-item> -->
       <el-descriptions-item label="实际交货数量">
-        <!-- // {{
-        // productionPlan.code
-      //}} -->
+         {{ productionPlan.deliveryNum}}
       </el-descriptions-item>
       <el-descriptions-item label="实际完成时间">
-        <!-- {{
-        productionPlan.code
-      }} -->
+        {{ productionPlan.completeTime}}
       </el-descriptions-item>
       <el-descriptions-item label="要求成型重量">{{
         productionPlan.requiredFormingWeight

+ 2 - 2
vue.config.js

@@ -31,12 +31,12 @@ module.exports = {
     proxy: {
       // 当我们的本地的请求 有/api的时候,就会代理我们的请求地址向另外一个服务器发出请求
       '/api': {
-        // target: 'http://192.168.3.35:8080', // kang杨威
+        target: 'http://192.168.3.35:8080', // kang杨威
         // target: 'http://192.168.3.38:8080', // 陈潇
         // target: 'http://192.168.3.25:8080', // 黄峥嵘
         // target: 'http://192.168.3.41:8080', // 何江鹏
         // target: 'http://192.168.3.33:8080', // 谢一平
-        target: 'http://192.168.3.51:18086', // 测试环境
+        // target: 'http://192.168.3.51:18086', // 测试环境
 
         changeOrigin: true, // 只有这个值为true的情况下 才表示开启跨域
         pathRewrite: {