Przeglądaj źródła

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

MaiXinRong 4 lat temu
rodzic
commit
b3196c56a0
1 zmienionych plików z 1 dodań i 0 usunięć
  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>');