|
@@ -3,9 +3,9 @@
|
|
|
<div class="layui-card-body">
|
|
|
|
|
|
<div class="layui-row margin-bottom-15">
|
|
|
- <label class="layui-col-xs2 think-form-label">新闻分类名称</label>
|
|
|
+ <label class="layui-col-xs2 think-form-label">咨询分类名称</label>
|
|
|
<label class="layui-col-xs10">
|
|
|
- <input name="title" required value='{$vo.title|default=""}' placeholder="请输入新闻分类名称" class="layui-input">
|
|
|
+ <input name="title" required value='{$vo.title|default=""}' placeholder="请输入咨询分类名称" class="layui-input">
|
|
|
</label>
|
|
|
</div>
|
|
|
|