瀏覽代碼

审批人选择,按钮文字可根据报表模板设置

MaiXinRong 4 年之前
父節點
當前提交
b3196c56a0
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      app/public/report/js/rpt_custom.js

+ 1 - 0
app/public/report/js/rpt_custom.js

@@ -188,6 +188,7 @@ const rptCustomObj = (function () {
         } else {
             $('#pnl_eSignature').show();
         }
+        $('#pnl_audit_select div button').html('<i class="fa fa-pencil"></i><br>' + (setting.caption || '审批人选择'));
         const html = [];
         for (const [i, s] of setting.select.entries()) {
             html.push('<tr>');