diff --git a/CCFlow/CCFlow/WF/CCForm/Ath.js b/CCFlow/CCFlow/WF/CCForm/Ath.js index 63450fe5..6248e104 100644 --- a/CCFlow/CCFlow/WF/CCForm/Ath.js +++ b/CCFlow/CCFlow/WF/CCForm/Ath.js @@ -268,9 +268,9 @@ function FileShowWayTable(athDesc, dbs, uploadUrl) { if (athDesc.IsEnableTemplate == 1 && (athDesc.IsUpload == true && pageData.IsReadonly != "1")) _html += " | 附件模板"; if (athDesc.IsDownload == 1 && dbs.length > 0) - _html += " | 打包下载"; + _html += " | 批量下载 "; - + //< img class='propsIMG' src = '" + currImgPath + "/FileType/zip.png' style = 'width:16px;height:16px;margin-left:5px;' alt = '打包下载' /> //if (((athDesc.IsUpload != 0 || pageData.IsReadonly != "1") || athDesc.IsExpCol != 1) && _html.indexOf("操作") != -1) { // _html += "
"; //} else if ((((athDesc.IsUpload != 0 || pageData.IsReadonly != "1") || athDesc.IsExpCol != 1) && _html.indexOf("操作") == -1)) { diff --git a/CCFlow/CCFlow/WF/CCForm/JS/FileUpload/fileUpload.js b/CCFlow/CCFlow/WF/CCForm/JS/FileUpload/fileUpload.js index 6421d310..28a2b764 100644 --- a/CCFlow/CCFlow/WF/CCForm/JS/FileUpload/fileUpload.js +++ b/CCFlow/CCFlow/WF/CCForm/JS/FileUpload/fileUpload.js @@ -133,7 +133,7 @@ var uploadTools = { var btsStr = ""; btsStr += "
"; btsStr += "
"; - btsStr += "
选择文件
"; + btsStr += "
上传附件
"; btsStr += "
"; btsStr += "
"; btsStr += ""; diff --git a/CCFlow/CCFlow/WF/MyViewGener.htm b/CCFlow/CCFlow/WF/MyViewGener.htm index 888982b6..f79c4f00 100644 --- a/CCFlow/CCFlow/WF/MyViewGener.htm +++ b/CCFlow/CCFlow/WF/MyViewGener.htm @@ -77,6 +77,9 @@ .layui-footer { text-align: left !important; } + .propsA { + color: blue !important; + }