diff --git a/YLErpWeb/wwwroot/Scripts/app/swaptrade/tradeEndConfirmList.js b/YLErpWeb/wwwroot/Scripts/app/swaptrade/tradeEndConfirmList.js
index a14b0652..3ba9f5d6 100644
--- a/YLErpWeb/wwwroot/Scripts/app/swaptrade/tradeEndConfirmList.js
+++ b/YLErpWeb/wwwroot/Scripts/app/swaptrade/tradeEndConfirmList.js
@@ -23,9 +23,9 @@ function showToolName(cellValue, options, rowObject) {
""
.template("下载");
}
- var disabled = pageData.canGenerate == true ? "" : "disabled";
- html += ""
- .template(rowObject.swap_flow_event.EncryptId, rowObject.swap_flow_event.PayDate, "修改支付日期", disabled);
+ //var disabled = pageData.canGenerate == true ? "" : "disabled";
+ //html += ""
+ // .template(rowObject.swap_flow_event.EncryptId, rowObject.swap_flow_event.PayDate, "修改支付日期", disabled);
return html;
}