新增表格浮动提示方法

This commit is contained in:
RuoYi
2019-01-25 17:48:17 +08:00
parent 6b74dcb95f
commit 894090c39f
2 changed files with 49 additions and 25 deletions

View File

@ -102,6 +102,14 @@
return $.table.selectDictLabel(datas, value);
}
},
{
field: 'remark',
title: '备注',
align: 'center',
formatter: function(value, row, index) {
return $.table.tooltip(value);
}
},
{
field: 'createTime',
title: '创建时间'