Commit edbe2b44 authored by dragondean@qq.com's avatar dragondean@qq.com

修复全部订单导出其他权限不生效

parent e7a0fd06
......@@ -133,14 +133,14 @@
<el-dropdown-menu slot="dropdown">
<el-dropdown-item v-hasPermi="[exportPermiString]" @click.native="exportChecked">导出勾选</el-dropdown-item>
<el-dropdown-item v-hasPermi="[exportPermiString]" @click.native="exportSearch">导出搜索</el-dropdown-item>
<template v-if="isAll" v-hasPermi="['ecw:order:export:other']">
<el-dropdown-item @click.native="exportAbnormal">异常单统计</el-dropdown-item>
<el-dropdown-item @click.native="exportHeavyOrder">重货单统计</el-dropdown-item>
<el-dropdown-item @click.native="exportReturnOrder">退仓单统计</el-dropdown-item>
<el-dropdown-item @click.native="exportSaleRepay">售后赔偿金额统计</el-dropdown-item>
<el-dropdown-item @click.native="exportCustomsDatas">报关数据统计</el-dropdown-item>
<el-dropdown-item @click.native="exportShippingDatas">客户出货量统计</el-dropdown-item>
<el-dropdown-item @click.native="exportShipFee">预付运费统计</el-dropdown-item>
<template v-if="isAll">
<el-dropdown-item v-hasPermi="['ecw:order:export:other']" @click.native="exportAbnormal">异常单统计</el-dropdown-item>
<el-dropdown-item v-hasPermi="['ecw:order:export:other']" @click.native="exportHeavyOrder">重货单统计</el-dropdown-item>
<el-dropdown-item v-hasPermi="['ecw:order:export:other']" @click.native="exportReturnOrder">退仓单统计</el-dropdown-item>
<el-dropdown-item v-hasPermi="['ecw:order:export:other']" @click.native="exportSaleRepay">售后赔偿金额统计</el-dropdown-item>
<el-dropdown-item v-hasPermi="['ecw:order:export:other']" @click.native="exportCustomsDatas">报关数据统计</el-dropdown-item>
<el-dropdown-item v-hasPermi="['ecw:order:export:other']" @click.native="exportShippingDatas">客户出货量统计</el-dropdown-item>
<el-dropdown-item v-hasPermi="['ecw:order:export:other']" @click.native="exportShipFee">预付运费统计</el-dropdown-item>
<!-- <el-dropdown-item @click.native="$message('// TODO')">卸货费统计</el-dropdown-item> -->
</template>
</el-dropdown-menu>
......
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