最大计数: {{ formData.history && formData.history.max }}
- 状态: {{ formData.history && !formData.history.enable?"启用":"禁用" }}
+ 状态: {{ formData.history && formData.history.enable ? "启用" : "禁用" }}
-
+
-
-
-
-
-
+
+
+
+
设定
- 启用
+ 启用
+ 禁用
导出
清空
+
+
diff --git a/src/components/PzSet.vue b/src/components/PzSet.vue
index 62551f2..cea399b 100644
--- a/src/components/PzSet.vue
+++ b/src/components/PzSet.vue
@@ -54,7 +54,8 @@