@@ -545,6 +545,9 @@ export default {
}
},
createActivity: {
+ conditions: ({ row, index, column }) => {
+ return !!~[0, 2].indexOf(row.status) || !!~['待生效','生效中'].indexOf(row.statusText)
+ },
click: ({ row, index, column }) => {
this.$router.push({
name: "activityOrder",