From 02722365f1b8340785f794f8ec7a4467e0aedd56 Mon Sep 17 00:00:00 2001 From: pengda <10266652509@qq.com> Date: Thu, 10 Oct 2024 17:18:46 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E8=8D=AF=E6=9D=90=E8=AF=B4?= =?UTF-8?q?=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- view/templates/admin/formula_add.html | 13 ++++++------- view/templates/admin/formula_list.html | 4 ++-- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/view/templates/admin/formula_add.html b/view/templates/admin/formula_add.html index 6baacb0..10db603 100644 --- a/view/templates/admin/formula_add.html +++ b/view/templates/admin/formula_add.html @@ -46,15 +46,14 @@
- +
 
- - +
 
@@ -72,9 +71,9 @@ - - - + + + @@ -123,7 +122,7 @@
- +
`; diff --git a/view/templates/admin/formula_list.html b/view/templates/admin/formula_list.html index e7a07d4..a4ce5d3 100644 --- a/view/templates/admin/formula_list.html +++ b/view/templates/admin/formula_list.html @@ -83,7 +83,7 @@ 录方者uid 药方名称 药方来源 - 使用次数 + 药方详情 操作 @@ -95,7 +95,7 @@ {if $item.uid eq 0}-{else}{$item.uid}{/if} {$item.name} {$item.source} - {$item.use_num} + {foreach from=$item.formula item=value} {$value.name} {$value.num_str}