@@ -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('去年')"