|
@@ -57,7 +57,7 @@
|
|
|
icon="el-icon-plus"
|
|
icon="el-icon-plus"
|
|
|
size="mini"
|
|
size="mini"
|
|
|
@click="handleAdd"
|
|
@click="handleAdd"
|
|
|
- v-hasPermi="['store:storeCoupon:add']"
|
|
|
|
|
|
|
+ v-hasPermi="['live:liveCoupon:add']"
|
|
|
>新增</el-button>
|
|
>新增</el-button>
|
|
|
</el-col>
|
|
</el-col>
|
|
|
|
|
|
|
@@ -68,7 +68,7 @@
|
|
|
size="mini"
|
|
size="mini"
|
|
|
:disabled="multiple"
|
|
:disabled="multiple"
|
|
|
@click="handleDelete"
|
|
@click="handleDelete"
|
|
|
- v-hasPermi="['store:storeCoupon:remove']"
|
|
|
|
|
|
|
+ v-hasPermi="['live:liveCoupon:remove']"
|
|
|
>删除</el-button>
|
|
>删除</el-button>
|
|
|
</el-col>
|
|
</el-col>
|
|
|
<el-col :span="1.5">
|
|
<el-col :span="1.5">
|
|
@@ -77,7 +77,7 @@
|
|
|
size="mini"
|
|
size="mini"
|
|
|
:disabled="multiple"
|
|
:disabled="multiple"
|
|
|
@click="handleBatchPublish"
|
|
@click="handleBatchPublish"
|
|
|
- v-hasPermi="['store:storeCoupon:batchPublish']"
|
|
|
|
|
|
|
+ v-hasPermi="['live:liveCoupon:batchPublish']"
|
|
|
>批量发布</el-button>
|
|
>批量发布</el-button>
|
|
|
</el-col>
|
|
</el-col>
|
|
|
|
|
|
|
@@ -116,21 +116,21 @@
|
|
|
size="mini"
|
|
size="mini"
|
|
|
type="text"
|
|
type="text"
|
|
|
@click="handlePublish(scope.row)"
|
|
@click="handlePublish(scope.row)"
|
|
|
- v-hasPermi="['store:storeCoupon:publish']"
|
|
|
|
|
|
|
+ v-hasPermi="['live:liveCoupon:publish']"
|
|
|
>发布</el-button>
|
|
>发布</el-button>
|
|
|
<el-button
|
|
<el-button
|
|
|
size="mini"
|
|
size="mini"
|
|
|
type="text"
|
|
type="text"
|
|
|
icon="el-icon-edit"
|
|
icon="el-icon-edit"
|
|
|
@click="handleUpdate(scope.row)"
|
|
@click="handleUpdate(scope.row)"
|
|
|
- v-hasPermi="['store:storeCoupon:edit']"
|
|
|
|
|
|
|
+ v-hasPermi="['live:liveCoupon:edit']"
|
|
|
>修改</el-button>
|
|
>修改</el-button>
|
|
|
<el-button
|
|
<el-button
|
|
|
size="mini"
|
|
size="mini"
|
|
|
type="text"
|
|
type="text"
|
|
|
icon="el-icon-delete"
|
|
icon="el-icon-delete"
|
|
|
@click="handleDelete(scope.row)"
|
|
@click="handleDelete(scope.row)"
|
|
|
- v-hasPermi="['store:storeCoupon:remove']"
|
|
|
|
|
|
|
+ v-hasPermi="['live:liveCoupon:remove']"
|
|
|
>删除</el-button>
|
|
>删除</el-button>
|
|
|
</template>
|
|
</template>
|
|
|
</el-table-column>
|
|
</el-table-column>
|