|
@@ -124,6 +124,12 @@ export default {
|
|
|
scope: "checked",
|
|
|
width: "80px",
|
|
|
},
|
|
|
+ {
|
|
|
+ label: "公众号模板消息",
|
|
|
+ prop: "gzhTpStatus",
|
|
|
+ scope: "checked",
|
|
|
+ width: "120px",
|
|
|
+ },
|
|
|
],
|
|
|
tableData: [],
|
|
|
loading: false,
|
|
@@ -151,6 +157,9 @@ export default {
|
|
|
if (value === "wayStatus") {
|
|
|
data.wayStatus = item.wayStatus;
|
|
|
}
|
|
|
+ if (value === "gzhTpStatus") {
|
|
|
+ data.gzhTpStatus = item.gzhTpStatus;
|
|
|
+ }
|
|
|
this.$api.editsystemremind(data).then((res) => {
|
|
|
this.$message.success("更新成功");
|
|
|
}).finally(()=>{
|