Browse Source

文案修改

xujunjie 1 year ago
parent
commit
18540a9342
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/pages/PurchaseAdmin/PurchaseList/WorkingHours/index.js

+ 1 - 1
src/pages/PurchaseAdmin/PurchaseList/WorkingHours/index.js

@@ -256,7 +256,7 @@ function List(props) {
     return (
       <Popover content={content}>
         {successTotal !== 0 && <div>已审批: {successTotal}</div>}
-        {waitTotal !== 0 && <div style={{ color: '#e43d33' }}>待处理: {waitTotal}</div>}
+        {waitTotal !== 0 && <div style={{ color: '#e43d33' }}>已拒绝: {waitTotal}</div>}
       </Popover>
     );
   };