修改时间长度

This commit is contained in:
liaozetao
2024-01-23 15:12:15 +08:00
parent 62211d9cf4
commit 1cb752be00

View File

@@ -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;
}