zhongtianhaoyuan 3 vuotta sitten
vanhempi
commit
979a0f2373
2 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  1. 1 1
      src/views/orderManagement/orderAudit.vue
  2. 1 0
      vue.config.js

+ 1 - 1
src/views/orderManagement/orderAudit.vue

@@ -119,7 +119,7 @@
                   <!-- 完结:支付完尾款后从未进行过完结操作前显示的操作。 -->
                 </el-dropdown-item>
                 <el-dropdown-item>
-                  v-if="scope.row.freightAdvance == 1"
+                  <!-- v-if="scope.row.freightAdvance == 1" -->
                   <el-link target="_blank" type="primary" :underline="false"  :disabled="scope.row.freightAdvance != 1 && scope.row.cargoOwnerStatusKey < 9">预付</el-link>
                    <!-- 垫付类型的订单,平台确认装车后从未进行过预付操作(即预付款=0)时显示的按钮。 -->
                 </el-dropdown-item>

+ 1 - 0
vue.config.js

@@ -56,6 +56,7 @@ module.exports = {
     proxy: {
       '/pb': {
         target: 'http://192.168.1.114:8099/',
+        // target: 'https://apitest.eliangeyun.com',
         changeOrigin: true, //开启代理:在本地会创建一个虚拟服务端,然后发送请求的数据,并同时接收请求的数据,这样服务端和服务端进行数据的交互就不会有跨域问题
         pathRewrite: { '^/pb': '/' }, //这里重写路径
         secure: false,