MaiXinRong 2 years ago
parent
commit
619ac9869d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/public/js/stage.js

+ 1 - 1
app/public/js/stage.js

@@ -4866,7 +4866,7 @@ $(document).ready(() => {
             if (stage.assist) {
             if (stage.assist) {
                 const caption = stage.assist.user_id === stage.user_id
                 const caption = stage.assist.user_id === stage.user_id
                     ? (stage.assist.confirm ? '撤销上报' : '确认上报')
                     ? (stage.assist.confirm ? '撤销上报' : '确认上报')
-                    : (stage.assist.confirm ? '审批通过' : '重新审批');
+                    : (stage.assist.confirm ? '重新审批' : '审批通过');
                 if (!stage.readOnly || stage.assist.locked) $('#ass-confirm-btn').show().html(caption);
                 if (!stage.readOnly || stage.assist.locked) $('#ass-confirm-btn').show().html(caption);
             } else {
             } else {
                 $('#ass-confirm-btn').hide();
                 $('#ass-confirm-btn').hide();