lilei 3 weeks ago
parent
commit
5b4d7d3d8a

+ 1 - 1
src/views/promotionRulesManagement/dealerPromotions/detailModal.vue

@@ -317,7 +317,7 @@ export default {
       var arr = []
       if (_this.form.discountType === '1') {
         arr = [
-          { title: '特价产品原价金额', dataIndex: 'orginAmountValue', width: '25%', align: 'center', customRender: function (text) { return text || '--' } },
+          { title: '特价产品合计', dataIndex: 'orginAmountValue', width: '25%', align: 'center', customRender: function (text) { return text || '--' } },
           { title: '省价折扣', dataIndex: 'provinceValue', width: '25%', align: 'center', customRender: function (text) { return (text ? (text.toFixed(2) + '%') : '--') } },
           { title: '市价折扣', dataIndex: 'cityValue', width: '25%', align: 'center', customRender: function (text) { return (text ? (text.toFixed(2) + '%') : '--') } },
           { title: '特约折扣', dataIndex: 'specialValue', width: '25%', align: 'center', customRender: function (text) { return (text ? (text.toFixed(2) + '%') : '--') } }

+ 1 - 1
vue.config.js

@@ -106,7 +106,7 @@ const vueConfig = {
     // If you want to turn on the proxy, please remosve the mockjs /src/main.jsL11
     proxy: {
       '/api': {
-        // target: 'http://192.168.2.103:8602/ocs-admin',
+        // target: 'http://192.168.2.10:8602/ocs-admin',
         // target: 'https://t.ocs.360arrow.com/ocs-admin', //  练习
         target: 'https://p.ocs.360arrow.com/ocs-admin', //  预发布
         ws: false,