修改时间长度
This commit is contained in:
@@ -266,7 +266,7 @@ export default {
|
||||
align: 'center',
|
||||
width: '15%',
|
||||
formatter: function (val, row, index) {
|
||||
$('#itemTitle').html('<label class="col-sm-3 control-label">上次更新时间:' + formatTime(row.updateTime) + '</label>');
|
||||
$('#itemTitle').html('<label class="col-sm-6 control-label">上次更新时间:' + formatTime(row.updateTime) + '</label>');
|
||||
let value = '<button class="btn btn-sm btn-success opt-edit" data-id="' + val + '" data-index="' + index + '">编辑</button>';
|
||||
return value;
|
||||
}
|
||||
|
Reference in New Issue
Block a user