Browse Source

药方审核

pull/31/head
pengda 7 months ago
parent
commit
a934ede90c
  1. 2
      view/templates/admin/formula_list.html

2
view/templates/admin/formula_list.html

@ -106,7 +106,7 @@
{/foreach}
</div>
<div style="line-height: 20px;padding-top: 10px">用法:{$item.method}</div>
<div style="line-height: 20px;padding-top: 10px">备注:{$item.remark}</div>
{if $item.remark}<div style="line-height: 20px;padding-top: 10px;color: #0069d6">备注:{$item.remark}</div>{/if}
</td>
<td class="status_{$item.id}" data-status="{$item.is_delete}" style="{if $item.is_delete == 0}color:#57a957{/if}{if $item.is_delete == 3}color:red{/if}">
{if $item.uid==0}

Loading…
Cancel
Save