bug修改

This commit is contained in:
mabo
2021-05-21 10:24:56 +08:00
parent 7c8d071c97
commit b1b587a50c
20 changed files with 89 additions and 63 deletions

View File

@@ -69,7 +69,7 @@
<template slot-scope="{ row }" slot="action">
<Button
v-if="row.promotionStatus === 'NEW' || row.promotionStatus === 'CLOSE'"
type="primary"
type="info"
size="small"
style="margin-right: 10px"
@click="edit(row)"
@@ -259,7 +259,7 @@ export default {
slot: "action",
align: "center",
fixed: "right",
width: 80,
minWidth: 80,
},
],
data: [], // 表单数据

View File

@@ -511,7 +511,7 @@ export default {
this.$store.state.app.storeOpenedList
);
this.$router.push({
path: "promotion/coupon",
name: "coupon",
});
},
changeSelect(e) {