From c0b9ef640dffe43f0f080f612cf7abd9eff686e5 Mon Sep 17 00:00:00 2001
From: pengda <10266652509@qq.com>
Date: Thu, 17 Oct 2024 10:21:39 +0800
Subject: [PATCH] =?UTF-8?q?=E9=87=91=E5=8C=AE=E8=A6=81=E7=95=A5?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 view/templates/admin/formula_add.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/view/templates/admin/formula_add.html b/view/templates/admin/formula_add.html
index 7eae55e..17e9c9f 100644
--- a/view/templates/admin/formula_add.html
+++ b/view/templates/admin/formula_add.html
@@ -56,7 +56,7 @@
 
                                         <div class="row">
                                             <label for="source">药方来源<font color='red'>*</font>:</label>
-                                            <input type="text" id="source" name="source" maxlength="" style="width:280px" value="{if $data.source}{$data.source}{else}伤寒杂病论{/if}">
+                                            <input type="text" id="source" name="source" maxlength="" style="width:280px" value="{if $data.source}{$data.source}{else}金匮要略{/if}">
                                         </div>
 
                                         <div class="row">&nbsp;</div>
-- 
1.8.3.1