积分规则

This commit is contained in:
liuye
2024-08-28 14:59:42 +08:00
parent 065306e511
commit cd314f3da7

View File

@@ -301,6 +301,10 @@ export default {
this.$nextTick(() => { this.$nextTick(() => {
this.dialog = true; this.dialog = true;
}); });
this.isWorkOrder = false
if(row.parentRuleName == '工单处理') {
this.isWorkOrder = true
}
}, },
remove(id) { remove(id) {
this.$confirm("删除后不可恢复,是否要删除该规则?", { this.$confirm("删除后不可恢复,是否要删除该规则?", {