Commit 1247c76f authored by XieZhiXiong's avatar XieZhiXiong

feat: 添加禁用属性

parent dcc73336
......@@ -2,7 +2,7 @@
* @Author: XieZhiXiong
* @Date: 2021-06-23 17:01:16
* @LastEditors: XieZhiXiong
* @LastEditTime: 2021-06-23 17:02:28
* @LastEditTime: 2021-08-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>
);
};
......
......@@ -23,7 +23,7 @@ const ApplicableCategories: React.FC<IProps> = (props) => {
title="适用品类"
{...restProps}
>
<ApplicableList options={options} value={value} />
<ApplicableList options={options} value={value} disabled />
</MellowCard>
);
};
......
......@@ -2,7 +2,7 @@
* @Author: XieZhiXiong
* @Date: 2021-06-23 09:58:42
* @LastEditors: XieZhiXiong
* @LastEditTime: 2021-06-23 16:51:32
* @LastEditTime: 2021-08-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>
);
};
......
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