Commit 8a561933 by huaying

fix: 核销导出添加权限

parent 14ba6dfe
......@@ -7,7 +7,7 @@
<el-checkbox class="ml16" v-model="checkedM" label="当月" border @change="currentM" />
<el-checkbox style="margin-left:6px;" v-model="checkedT" label="最近三个月" border @change="reThree" />
<div class="frmbt20">
<el-button type="primary" @click="exportResult"><i class="iconfont icon-xiazai" style="marginRight:4px;fontSize:16px" />查询结果导出</el-button>
<el-button type="primary" @click="exportResult" v-if="$getButtonLimit($buttonCode.writeOffOUt)" :limit-code="$buttonCode.writeOffOUt"><i class="iconfont icon-xiazai" style="marginRight:4px;fontSize:16px" />查询结果导出</el-button>
</div>
</div>
<div class="content">
......
......@@ -7,7 +7,7 @@
<el-checkbox class="ml16" v-model="checkedM" label="当月" border @change="currentM" />
<el-checkbox style="margin-left:6px;" v-model="checkedT" label="最近三个月" border @change="reThree" />
<div class="frmbt20">
<el-button type="primary" @click="exportResult"><i class="iconfont icon-xiazai" style="marginRight:4px;fontSize:16px" />查询结果导出</el-button>
<el-button type="primary" @click="exportResult" v-if="$getButtonLimit($buttonCode.writeOffOUt)" :limit-code="$buttonCode.writeOffOUt"><i class="iconfont icon-xiazai" style="marginRight:4px;fontSize:16px" />查询结果导出</el-button>
</div>
</div>
<div class="content">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment