正在显示
3 个修改的文件
包含
3 行增加
和
3 行删除
@@ -36,7 +36,7 @@ | @@ -36,7 +36,7 @@ | ||
36 | <div class="form-group"> | 36 | <div class="form-group"> |
37 | <label class="control-label col-xs-12 col-sm-2">{:__('Introduce')}:</label> | 37 | <label class="control-label col-xs-12 col-sm-2">{:__('Introduce')}:</label> |
38 | <div class="col-xs-12 col-sm-8"> | 38 | <div class="col-xs-12 col-sm-8"> |
39 | - <input id="c-introduce" data-rule="required" class="form-control" name="row[introduce]" type="text"> | 39 | + <textarea id="c-introduce" data-rule="required" class="form-control" rows="3" name="row[introduce]" cols="50"></textarea> |
40 | </div> | 40 | </div> |
41 | </div> | 41 | </div> |
42 | <div class="form-group"> | 42 | <div class="form-group"> |
@@ -36,7 +36,7 @@ | @@ -36,7 +36,7 @@ | ||
36 | <div class="form-group"> | 36 | <div class="form-group"> |
37 | <label class="control-label col-xs-12 col-sm-2">{:__('Introduce')}:</label> | 37 | <label class="control-label col-xs-12 col-sm-2">{:__('Introduce')}:</label> |
38 | <div class="col-xs-12 col-sm-8"> | 38 | <div class="col-xs-12 col-sm-8"> |
39 | - <input id="c-introduce" data-rule="required" class="form-control" name="row[introduce]" type="text" value="{$row.introduce|htmlentities}"> | 39 | + <textarea id="c-introduce" data-rule="required" class="form-control" rows="3" name="row[introduce]" cols="50">{$row.introduce|htmlentities}</textarea> |
40 | </div> | 40 | </div> |
41 | </div> | 41 | </div> |
42 | <div class="form-group"> | 42 | <div class="form-group"> |
@@ -29,7 +29,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin | @@ -29,7 +29,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin | ||
29 | {field: 'name', title: __('Name')}, | 29 | {field: 'name', title: __('Name')}, |
30 | {field: 'tag', title: __('Tag')}, | 30 | {field: 'tag', title: __('Tag')}, |
31 | {field: 'address', title: __('Address')}, | 31 | {field: 'address', title: __('Address')}, |
32 | - {field: 'introduce', title: __('Introduce'),operate:false}, | 32 | + // {field: 'introduce', title: __('Introduce'),operate:false}, |
33 | // {field: 'file', title: __('File')}, | 33 | // {field: 'file', title: __('File')}, |
34 | // {field: 'image_long', title: __('Image_long')}, | 34 | // {field: 'image_long', title: __('Image_long')}, |
35 | {field: 'createtime', title: __('Createtime'), operate:'RANGE', addclass:'datetimerange', formatter: Table.api.formatter.datetime}, | 35 | {field: 'createtime', title: __('Createtime'), operate:'RANGE', addclass:'datetimerange', formatter: Table.api.formatter.datetime}, |
-
请 注册 或 登录 后发表评论