浏览代码

文案修改

xujunjie 1 年之前
父节点
当前提交
18540a9342
共有 1 个文件被更改,包括 1 次插入1 次删除
  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>
     );
   };