浏览代码

1、修改利润表毛利为利润

zhoux 1 年之前
父节点
当前提交
59129dc400

+ 1 - 1
package-business-analysis/pages/business-analysis/business-analysis.wxml

@@ -31,7 +31,7 @@
             <view style="font-size: 10px;text-align: center;margin: 5px;">比昨日上升</view>
         </view>
         <view style="background:white;flex:1;margin:8px 8px 8px 8px;border-radius:15rpx;padding: 15px;">
-            <view style="font-size:12px;margin: 5px;">销售利</view>
+            <view style="font-size:12px;margin: 5px;">销售利</view>
             <view style="font-weight:bold;margin: 5px;"><text style=" font-size: 12px;">¥</text>0.00 元</view>
             <view style="text-align: center;margin: 5px; margin-top: 22px;"> ?</view>
             <view style="color: #44d4d4;text-align: center;margin: 5px;">100.00%</view>

+ 5 - 5
package-business-analysis/pages/echarts-data.js

@@ -17,7 +17,7 @@ const option1 = {
     // y: '-7%',
   },
   legend: {
-    data: ['销售利', '销售利率'],
+    data: ['销售利', '销售利率'],
     left: '0%',
     // top: '1%'
   },
@@ -33,7 +33,7 @@ const option1 = {
   yAxis: [
     {
       type: 'value',
-      name: '销售利',
+      name: '销售利',
 
       // interval: 50,
       axisLabel: {
@@ -42,7 +42,7 @@ const option1 = {
     },
     {
       type: 'value',
-      name: '销售利率',
+      name: '销售利率',
       // min: 0,
       // max: 100,
       // min: 0,
@@ -55,7 +55,7 @@ const option1 = {
   ],
   series: [
     {
-      name: '销售利',
+      name: '销售利',
       type: 'bar',
       color: '#41be92',
       tooltip: {
@@ -67,7 +67,7 @@ const option1 = {
       ]
     },
     {
-      name: '销售利率',
+      name: '销售利率',
       type: 'line',
       color: '#efc25b',
       yAxisIndex: 1,

+ 1 - 1
package-business-analysis/pages/profit-report/profit-report.js

@@ -85,7 +85,7 @@ Page({
 
 
   /**
-   * 销售利点击按日或按月查询
+   * 销售利点击按日或按月查询
    */
   clickProfitDate(e) {
     this.setData({

+ 2 - 2
package-business-analysis/pages/profit-report/profit-report.wxml

@@ -59,11 +59,11 @@
     </view>
 
 
-    <!-- 销售利 -->
+    <!-- 销售利 -->
     <view class="card-view2">
       <view class="card-view-header2">
         <view class="card-view-header-name2">
-          销售
+          销售利
           <span class="card-view-header-name3" wx:if="{{byDate=='true'}}">(近一月)</span>
           <span class="card-view-header-name3" wx:if="{{!byDate || byDate=='false'}}">(近一年)</span>
         </view>