去掉销售日报的header勾选列

This commit is contained in:
mll
2026-05-08 14:02:07 +08:00
parent 7a09ec4481
commit 1c05d2ba54

View File

@@ -171,19 +171,6 @@
</el-checkbox-group> </el-checkbox-group>
</div> </div>
</div> </div>
<div style="display:flex;align-items:center;" v-if="reportCode=='zhxs-hz'">
<span style="margin-right:10px;">月份:</span>
<el-checkbox-group
@change="changeMonths" v-model="showMonths"
placeholder="请选择内容">
<template v-for="(item,key) in zhxsMonths" :key="key">
<el-checkbox
:value="item.value"
:label="item.label">
</el-checkbox>
</template>
</el-checkbox-group>
</div>
</template> </template>