浏览代码

Merge branch 'orangeUrgent' into allTestUrgent

qymljy 1 月之前
父节点
当前提交
5da4b473dc
共有 1 个文件被更改,包括 6 次插入0 次删除
  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('去年')"