This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
zhaoy
/
BPA.SAAS.Web
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
提交
storemanagementweb
gwbvipvip
8 months ago
parent
3d5d50fa23
commit
695a4c7e42
3 changed files
with
14 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-1
src/pages/shopmanage/coupon/couponBatch/index.jsx
+4
-1
src/pages/shopmanage/coupon/couponInfo/index.jsx
+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}
Write
Preview
Loading…
Cancel
Save