|
|
@ -93,13 +93,13 @@ |
|
|
|
<td>{$item.id}</td> |
|
|
|
<td>{$item.name}</td> |
|
|
|
<td>{$item.source}</td> |
|
|
|
<td> |
|
|
|
<div class="formula-item" style="display: flex;flex-wrap: wrap;border-bottom: 1px dashed #ccc;padding-bottom: 10px"> |
|
|
|
<td style="padding: 20px"> |
|
|
|
<div class="formula-item" style="display: flex;flex-wrap: wrap;border-bottom: 1px dashed #ccc;padding-bottom: 10px;"> |
|
|
|
{foreach from=$item.formula item=value} |
|
|
|
<span class="item" style="flex-basis: auto;white-space: nowrap;padding-left:20px;min-width: 100px">{$value.name}{if $value.desc}({$value.desc}){/if} {$value.num_str}</span> |
|
|
|
<span class="item" style="flex-basis: auto;white-space: nowrap;border: 1px dashed #f6f5f5;padding-right: 20px">{$value.name}{if $value.desc}({$value.desc}){/if} {$value.num_str}</span> |
|
|
|
{/foreach} |
|
|
|
</div> |
|
|
|
<p style="padding:15px 20px 0">{$item.method}</p> |
|
|
|
<div style="line-height: 30px;padding-top: 10px">{$item.method}</div> |
|
|
|
</td> |
|
|
|
<td> |
|
|
|
{if $item.uid==0} |
|
|
@ -111,10 +111,8 @@ |
|
|
|
<td> |
|
|
|
{if $item.uid == 0} |
|
|
|
<a href="javascript:;" onclick="to_check({$item.id},{$item.is_delete})">审核</a> |
|
|
|
{if $item.is_delete != 0} |
|
|
|
<a href="/admin/formula_add/id/{$item.id}">编辑</a> |
|
|
|
{/if} |
|
|
|
{/if} |
|
|
|
</td> |
|
|
|
</tr> |
|
|
|
{/foreach} |
|
|
|