Browse Source

营销费用统计、数据概况增加“上月”时间筛选

qymljy 3 weeks ago
parent
commit
0febc2abcc
1 changed files with 6 additions and 0 deletions
  1. 6 0
      src/HDrpManagement/salerpriceData/index.vue

+ 6 - 0
src/HDrpManagement/salerpriceData/index.vue

@@ -96,6 +96,12 @@
                   size="small"
                   >{{$t(`本月`)}}</el-button
                 >
+                <el-button
+                    :type="dateType === '上月' ? 'primary' : ''"
+                    @click="onChange('上月')"
+                    size="small"
+                >{{$t(`上月`)}}</el-button
+                >
                 <el-button
                   :type="dateType === '去年' ? 'primary' : ''"
                   @click="onChange('去年')"