更新底层layui;修改time字段默认宽度;修改底层js;发布新版本

This commit is contained in:
2023-09-26 13:59:34 +08:00
parent ee28d35a1e
commit b1926664c5
16 changed files with 25 additions and 77 deletions

View File

@@ -6,7 +6,7 @@ $(function () {
{ type: "checkbox" },
{ field: 'id', width: 80, title: 'ID' },
{ field: 'upload_type', minWidth: 80, title: '存储位置', search: 'select', selectList: { 'local': '本地', 'alioss': '阿里云', 'qnoss': '七牛云', ',txcos': '腾讯云' } },
{ field: 'url', minWidth: 80, search: false, title: '文件预览', templet: ua.table.filePreview },
{ field: 'url', minWidth: 80, search: false, title: '文件预览', templet: ua.table.filePreview, },
{
field: 'url', minWidth: 120, title: '保存地址', templet: ua.table.url, urlNameField: function (data) {
return data.url;