Commit 226f0ed4 authored by 李腾's avatar 李腾

feat: 变更取消订单审核权限控制

parent 90d38622
......@@ -36,7 +36,7 @@ const Admin = props => {
</div>
<div style={{ marginTop: '20px' }}>
<Row className={style.orderContent}>
{showPendingDeliveryOrderList || showCancelBillList ? (
{showPendingDeliveryOrderList || showAfterSaleList ? (
<Col span={2} className="titleOne">
<div>
<FileTextOutlined />
......@@ -74,7 +74,7 @@ const Admin = props => {
) : (
''
)}
{showCancelBillList ? (
{showAfterSaleList ? (
<Col span={4}>
<Link
to={{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment