Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
jinfa-platform
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
linweijiong
jinfa-platform
Commits
1247c76f
Commit
1247c76f
authored
Aug 02, 2021
by
XieZhiXiong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 添加禁用属性
parent
dcc73336
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
index.tsx
...lity/merchantCoupon/components/ApplicableBrands/index.tsx
+2
-2
index.tsx
.../merchantCoupon/components/ApplicableCategories/index.tsx
+1
-1
index.tsx
...ty/merchantCoupon/components/ApplicableShopList/index.tsx
+2
-2
No files found.
src/pages/transaction/marketingAbility/merchantCoupon/components/ApplicableBrands/index.tsx
View file @
1247c76f
...
...
@@ -2,7 +2,7 @@
* @Author: XieZhiXiong
* @Date: 2021-06-23 17:01:16
* @LastEditors: XieZhiXiong
* @LastEditTime: 2021-0
6-23 17:02:28
* @LastEditTime: 2021-0
8-02 17:45:13
* @Description: 适用品牌列表
*/
import
React
from
'react'
;
...
...
@@ -23,7 +23,7 @@ const ApplicableCategories: React.FC<IProps> = (props) => {
title=
"适用品牌"
{
...
restProps
}
>
<
ApplicableList
options=
{
options
}
value=
{
value
}
/>
<
ApplicableList
options=
{
options
}
value=
{
value
}
disabled
/>
</
MellowCard
>
);
};
...
...
src/pages/transaction/marketingAbility/merchantCoupon/components/ApplicableCategories/index.tsx
View file @
1247c76f
...
...
@@ -23,7 +23,7 @@ const ApplicableCategories: React.FC<IProps> = (props) => {
title=
"适用品类"
{
...
restProps
}
>
<
ApplicableList
options=
{
options
}
value=
{
value
}
/>
<
ApplicableList
options=
{
options
}
value=
{
value
}
disabled
/>
</
MellowCard
>
);
};
...
...
src/pages/transaction/marketingAbility/merchantCoupon/components/ApplicableShopList/index.tsx
View file @
1247c76f
...
...
@@ -2,7 +2,7 @@
* @Author: XieZhiXiong
* @Date: 2021-06-23 09:58:42
* @LastEditors: XieZhiXiong
* @LastEditTime: 2021-0
6-23 16:51:32
* @LastEditTime: 2021-0
8-02 17:44:13
* @Description: 适用商城列表
*/
import
React
from
'react'
;
...
...
@@ -23,7 +23,7 @@ const ApplicableShopList: React.FC<IProps> = (props) => {
title=
"适用商城"
{
...
restProps
}
>
<
ApplicableList
options=
{
options
}
value=
{
value
}
/>
<
ApplicableList
options=
{
options
}
value=
{
value
}
disabled
/>
</
MellowCard
>
);
};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment