Commit fedb0d16 by 宋祥

1.xls文件调整为在线预览

parent a736e4e4
......@@ -37,7 +37,7 @@
editType="datetime" parseFormats="['yyyyMMddHHmmss','yyyy-MM-dd HH:mm:ss']"/>
</EF:EFGrid>
<br/>
<span style='color: red;font-size: 13px;'>说明:新增企业时会同步新增企业管理员账户,账户=登录前缀0000,例如:登录前缀是HG,初始账账户就是HG0000,密码与账账户相同</span></br>
<span style='color: red;font-size: 13px;'>说明:新增企业时会同步新增企业管理员账户,账户=登录前缀0000,例如:登录前缀是HG,初始账户就是HG0000,密码与账户相同</span></br>
</EF:EFRegion>
</EF:EFPage>
......
......@@ -62,14 +62,14 @@ function previewFile(url, docType) {
$("#descDiv").css('display', 'none');
if (isXml(docType)) {
previewXml(url);
} else if (isExcel(docType)) {
previewExcel(url);
} else if (isWord(docType)) {
previewDocx(url);
} else {
previewOnline(url);
}
// else if (isText(docType)) {
// else if (isExcel(docType)) {
// previewExcel(url);
// } else if (isText(docType)) {
// previewText(url);
// } else if (isImage(docType)) {
// previewImage(url);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment