Browse Source

提交

storemanagementweb
gwbvipvip 8 months ago
parent
commit
695a4c7e42
3 changed files with 14 additions and 3 deletions
  1. +5
    -1
      src/pages/shopmanage/coupon/couponBatch/index.jsx
  2. +4
    -1
      src/pages/shopmanage/coupon/couponInfo/index.jsx
  3. +5
    -1
      src/pages/shopmanage/coupon/customerCoupon/index.jsx

+ 5
- 1
src/pages/shopmanage/coupon/couponBatch/index.jsx View File

@@ -113,7 +113,11 @@ const CouponBatch = () => {
},
];
return (
<PageContainer>
<PageContainer
header={{
title: '',
breadcrumb: {},
}}>
<ProTable
headerTitle="优惠卷"
actionRef={actionRef}


+ 4
- 1
src/pages/shopmanage/coupon/couponInfo/index.jsx View File

@@ -489,7 +489,10 @@ const Coupon = () => {
},
];
return (
<PageContainer>
<PageContainer header={{
title: '',
breadcrumb: {},
}}>
<ProTable
headerTitle="优惠卷"
actionRef={actionRef}


+ 5
- 1
src/pages/shopmanage/coupon/customerCoupon/index.jsx View File

@@ -140,7 +140,11 @@ const CouponBatch = (props) => {
);
};
return (
<PageContainer>
<PageContainer
header={{
title: '',
breadcrumb: {},
}}>
<ProTable
headerTitle="优惠卷"
onExpand={onExpand}


Loading…
Cancel
Save