|
|
@@ -19,6 +19,7 @@
|
|
|
<option value="4">解决方案</option>
|
|
|
<option value="5">联系我们</option>
|
|
|
<option value="6">关于我们</option>
|
|
|
+ <option value="7">合作流程</option>
|
|
|
</select>
|
|
|
</div>
|
|
|
<div class="layui-inline">
|
|
|
@@ -59,7 +60,7 @@
|
|
|
<td>{$product.product_content}</td>
|
|
|
<td>{$product.product_keywords}</td>
|
|
|
<td>{$product.product_addtime|date='Y-m-d ',###}</td>
|
|
|
- <td>{if $product.product_type==1}客服常用语{elseif $product.product_type==2}客户常用问题{elseif $product.product_type==3}客服快捷回复{elseif $product.product_type==4}自动回复{else}新闻{/if}</td>
|
|
|
+ <td>{if $product.product_type==1}首页{elseif $product.product_type==2}业务范围{elseif $product.product_type==3}案例展示{elseif $product.product_type==4}解决方案{elseif $product.product_type==5}联系我们{elseif $product.product_type==6}关于我们{else}合作流程{/if}</td>
|
|
|
<td>{if $product.product_isjump==1}跳转{else}不跳转{/if}</td>
|
|
|
<td>{if $product.product_status==1}使用中{else}未使用{/if}</td>
|
|
|
<td>
|
|
|
@@ -73,6 +74,8 @@
|
|
|
{/if}
|
|
|
</tbody>
|
|
|
</table>
|
|
|
+ {$show_page}aaaaaaaaaaaaaaaaaaa
|
|
|
+
|
|
|
</div>
|
|
|
</div>
|
|
|
<script type="text/javascript" src="{$Think.ADMIN_SITE_ROOT}/js/jquery.edit.js"></script>
|