| src/main/resources/templates/febs/views/modules/ai/knowledge/add.html | ●●●●● patch | view | raw | blame | history |
src/main/resources/templates/febs/views/modules/ai/knowledge/add.html
@@ -76,7 +76,7 @@ size: 50 * 1024, // 50MB exts: '', // 不限制文件类型 auto: true, // 选择文件后自动上传 before: function(obj) { choose: function(obj) { // 显示进度条 $('#uploadProgress').show(); // 预读本地文件示例,不支持ie8 @@ -103,6 +103,7 @@ // 更新进度条为100% element.progress('progress-'+index, '100%'); element.progress('demo', '100%'); // 显示上传成功状态 $('#upload-'+index).find('td:eq(2)').html('<span style="color: #52c41a;">上传成功</span>');