Commit 2439041b by crushh

update: 按钮权限

parent 164fdf1d
......@@ -13,7 +13,7 @@
<div class="pb20 clearfix" v-show="dimension == '门店维度'">
<el-input placeholder="请输入门店名称/code" class="w260" v-model="form.search" @change="handleSearch" clearable> </el-input>
<vue-gic-select-tree class="inline" :options="options" v-if="dimension == '门店维度'" @change="onChange" ref="selectTree"></vue-gic-select-tree>
<el-button icon="iconfont fz14 icon-cp-xiazai" class="fr" type="primary" @click="handleExport" :disabled="!total"> 查询结果导出</el-button>
<el-button icon="iconfont fz14 icon-cp-xiazai" v-if="$getButtonLimit($buttonCode.marketingAiExport)" :limit-code="$buttonCode.marketingAiExport" class="fr" type="primary" @click="handleExport" :disabled="!total"> 查询结果导出</el-button>
</div>
<el-form inline="true" class="table-page-search-wrapper" size="small" v-show="dimension == '分组维度'">
<el-form-item>
......
......@@ -13,7 +13,7 @@
<div class="pb20 clearfix" v-show="dimension == '门店维度'">
<el-input placeholder="请输入门店名称/code" v-model="form.search" class="w260" @change="handleSearch" clearable> </el-input>
<vue-gic-select-tree class="inline" :options="options" v-if="dimension == '门店维度'" @change="onChange" ref="selectTree"></vue-gic-select-tree>
<el-button icon="iconfont fz14 icon-cp-xiazai " type="primary" class="fr" @click="handleExport" size="small" :disabled="!total"> 查询结果导出</el-button>
<el-button icon="iconfont fz14 icon-cp-xiazai" v-if="$getButtonLimit($buttonCode.marketingAiExport)" :limit-code="$buttonCode.marketingAiExport" type="primary" class="fr" @click="handleExport" size="small" :disabled="!total"> 查询结果导出</el-button>
</div>
<el-form inline="true" class="table-page-search-wrapper" size="small" v-show="dimension == '分组维度'">
<el-form-item>
......
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