提交 e3c11abd authored 作者: lidongxu's avatar lidongxu

Merge branch 'ldx' into dev

......@@ -12,6 +12,7 @@
<el-button type="success"
plain
icon="Plus"
v-hasPermi="['promotion:plan:create']"
@click="handleAdd">新增</el-button>
<el-button type="primary"
plain
......@@ -33,7 +34,8 @@
action="#"
accept=".xls,.xlsx"
:http-request="uploadPlanFile"
:show-file-list="false">
:show-file-list="false"
v-hasPermi="['promotion:plan:import_create_excel']">
<template #trigger>
<el-button type="primary">
{{ isCityManager ? '城市经理' : '职能角色' }}
......@@ -45,7 +47,8 @@
action="#"
accept=".xls,.xlsx"
:http-request="uploadChangeFile"
:show-file-list="false">
:show-file-list="false"
v-hasPermi="['promotion:plan:import_change_excel']">
<template #trigger>
<el-button type="primary">修改计划上传</el-button>
</template>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论