+
+
{isEdit ? "编辑模板" : "新建模板"}
+
+
+
+
+
+
+ setName(e.target.value)}
+ className="w-full border rounded px-3 py-2 text-sm"
+ placeholder="如:月度报告模板"
+ />
+
+
+
+ setGrp(e.target.value)}
+ className="w-full border rounded px-3 py-2 text-sm"
+ placeholder="如:财务部"
+ />
+
+
+
+
+
+
+
+ {autoDetected.length > 0 && (
+
+ 已自动识别 {autoDetected.length} 个占位符
+
+ )}
+
+
+
+
+
+
+
+
+
+
+
+
+