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

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

parent 90d38622
...@@ -36,7 +36,7 @@ const Admin = props => { ...@@ -36,7 +36,7 @@ const Admin = props => {
</div> </div>
<div style={{ marginTop: '20px' }}> <div style={{ marginTop: '20px' }}>
<Row className={style.orderContent}> <Row className={style.orderContent}>
{showPendingDeliveryOrderList || showCancelBillList ? ( {showPendingDeliveryOrderList || showAfterSaleList ? (
<Col span={2} className="titleOne"> <Col span={2} className="titleOne">
<div> <div>
<FileTextOutlined /> <FileTextOutlined />
...@@ -74,7 +74,7 @@ const Admin = props => { ...@@ -74,7 +74,7 @@ const Admin = props => {
) : ( ) : (
'' ''
)} )}
{showCancelBillList ? ( {showAfterSaleList ? (
<Col span={4}> <Col span={4}>
<Link <Link
to={{ 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