去掉销售日报的header勾选列
This commit is contained in:
@@ -171,19 +171,6 @@
|
||||
</el-checkbox-group>
|
||||
</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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user