lilei 3 سال پیش
والد
کامیت
9c34f67826
2فایلهای تغییر یافته به همراه4 افزوده شده و 3 حذف شده
  1. 2 1
      src/views/reportData/regionTypeSalesReport/list.vue
  2. 2 2
      vue.config.js

+ 2 - 1
src/views/reportData/regionTypeSalesReport/list.vue

@@ -1,5 +1,5 @@
 <template>
-  <a-card>
+  <a-card size="small">
     <a-spin :spinning="spinning" tip="Loading...">
       <a-tabs v-model="activeKey" type="card" @change="callback">
         <a-tab-pane :key="item.id" :tab="item.name" v-for="item in tabsList">
@@ -162,6 +162,7 @@ export default {
         { title: '德路斯机油', dataIndex: 'dlsJyAmount', width: 50, align: 'center', customRender: function (text) { return ((text || text == 0) ? text : '--') } },
         { title: '德路斯刹车油', dataIndex: 'dlsScyAmount', width: 50, align: 'center', customRender: function (text) { return ((text || text == 0) ? text : '--') } },
         { title: '德路斯变速箱油', dataIndex: 'dlsBsxyAmount', width: 50, align: 'center', customRender: function (text) { return ((text || text == 0) ? text : '--') } },
+        { title: '德路斯汽车养护产品', dataIndex: 'dlsQcyhAmount', width: 50, align: 'center', customRender: function (text) { return ((text || text == 0) ? text : '--') } },
         { title: '德路斯合计', dataIndex: 'dlsAmount', width: 50, align: 'center', customRender: function (text) { return ((text || text == 0) ? text : '--') } },
         { title: '稳升点火线圈', dataIndex: 'wsDhxqAmount', width: 50, align: 'center', customRender: function (text) { return ((text || text == 0) ? text : '--') } },
         { title: '稳升灯泡', dataIndex: 'wsDpAmount', width: 50, align: 'center', customRender: function (text) { return ((text || text == 0) ? text : '--') } },

+ 2 - 2
vue.config.js

@@ -107,9 +107,9 @@ const vueConfig = {
     // If you want to turn on the proxy, please remove the mockjs /src/main.jsL11
     proxy: {
       '/api': {
-        // target: 'http://192.168.16.151/ocs-admin',
+        target: 'http://192.168.16.156/ocs-admin',
         // target: 'https://t.ocs.360arrow.com/ocs-admin', //  Á·Ï°
-        target: 'http://p.ocs.360arrow.com/ocs-admin', //  Ô¤·¢²¼
+        // target: 'http://p.ocs.360arrow.com/ocs-admin', //  Ô¤·¢²¼
         ws: false,
         changeOrigin: true,
         pathRewrite: {