提交 7840e7c4 authored 作者: lidongxu's avatar lidongxu

refactor(promotion): 修复:店内执行上报_暂时只有常规陈列显示下载上传表格按钮

上级 f6303ce6
...@@ -32,7 +32,8 @@ ...@@ -32,7 +32,8 @@
<el-tooltip class="item" <el-tooltip class="item"
effect="dark" effect="dark"
content="下载表格" content="下载表格"
placement="top"> placement="top"
v-if="tabsType === '常规陈列'">
<el-button @click="downloadTable" <el-button @click="downloadTable"
type="primary" type="primary"
v-hasPermi="['display_downExcel']"> v-hasPermi="['display_downExcel']">
...@@ -42,7 +43,8 @@ ...@@ -42,7 +43,8 @@
<el-tooltip class="item" <el-tooltip class="item"
effect="dark" effect="dark"
content="上传表格" content="上传表格"
placement="top"> placement="top"
v-if="tabsType === '常规陈列'">
<el-button @click="uploadExcel" <el-button @click="uploadExcel"
type="success" type="success"
v-hasPermi="['display_upExcel']"> v-hasPermi="['display_upExcel']">
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论